mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Misc/Fixups
* squash multiple notices from error log * fixed copy&paste error preventing view on custom profiles * fixed display of spell requirements if mount was required after changs to mount sorting * properly get/send error code in profile synchronisation * use clear:left after floating mail block in template
This commit is contained in:
@@ -252,7 +252,7 @@ class Lang
|
||||
}
|
||||
|
||||
if ($class == ITEM_CLASS_MISC) // yeah hardcoded.. sue me!
|
||||
return self::spell('cat', -5);
|
||||
return self::spell('cat', -5, 0);
|
||||
|
||||
$tmp = [];
|
||||
$strs = self::spell($class == ITEM_CLASS_ARMOR ? 'armorSubClass' : 'weaponSubClass');
|
||||
|
||||
Reference in New Issue
Block a user