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
-2
View File
@@ -139,8 +139,6 @@ public:
bool RemoveSpawnGroup(uint32 in_id);
bool Process();
void DumpAllSpawn2(ZSDump_Spawn2* spawn2dump, uint32* spawn2index);
uint32 DumpSpawn2(ZSDump_Spawn2* spawn2dump, uint32* spawn2index, Spawn2* spawn2);
void Despawn(uint32 spawngroupID);
bool Depop(bool StartSpawnTimer = false);