mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-04 22:56:37 +00:00
implement commanded cast types
This commit is contained in:
+2
-1
@@ -435,7 +435,8 @@ public:
|
||||
uint16 GetSpellTypeIDByShortName(std::string spellTypeString);
|
||||
|
||||
std::string GetSpellTypeNameByID(uint16 spellType);
|
||||
std::string GetSpellTypeShortNameByID(uint16 spellType);
|
||||
std::string GetSpellTypeShortNameByID(uint16 spellType);
|
||||
std::string GetSubTypeNameByID(uint16 subType);
|
||||
|
||||
bool GetDefaultSpellHold(uint16 spellType, uint8 stance = Stance::Balanced);
|
||||
uint16 GetDefaultSpellDelay(uint16 spellType, uint8 stance = Stance::Balanced);
|
||||
|
||||
Reference in New Issue
Block a user