mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-02 20:56:37 +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
@@ -981,6 +981,6 @@ uint32 GetNimbusEffect(uint16 spell_id);
|
||||
int32 GetFuriousBash(uint16 spell_id);
|
||||
bool IsShortDurationBuff(uint16 spell_id);
|
||||
bool IsSpellUsableThisZoneType(uint16 spell_id, uint8 zone_type);
|
||||
const char *GetSpellName(int16 spell_id);
|
||||
const char *GetSpellName(uint16 spell_id);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user