Replaced npcspecialatk with special_attacks, needs more testing also gotta export new api for it as I can't remove the legacy one. Too many quests rely on the legacy functionality.

This commit is contained in:
KimLS
2013-07-06 03:45:06 -07:00
parent 0c675c33e2
commit 63d678ce29
32 changed files with 355 additions and 663 deletions
-1
View File
@@ -164,7 +164,6 @@ public:
void RemoveCash();
void QueryLoot(Client* to);
uint32 CountLoot();
void DumpLoot(uint32 npcdump_index, ZSDump_NPC_Loot* npclootdump, uint32* NPCLootindex);
inline uint32 GetLoottableID() const { return loottable_id; }
inline uint32 GetCopper() const { return copper; }