mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
quest::getspellname() and quest::getclassname() fixes/additions. (#1158)
- Update GetSpellName() to uint16. - Add more classes to GetClassIDName().
This commit is contained in:
+1
-1
@@ -1271,7 +1271,7 @@ bool IsSpellUsableThisZoneType(uint16 spell_id, uint8 zone_type)
|
||||
return false;
|
||||
}
|
||||
|
||||
const char* GetSpellName(int16 spell_id)
|
||||
const char* GetSpellName(uint16 spell_id)
|
||||
{
|
||||
return spells[spell_id].name;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user