Moved add spawn from spawn group command case (5) from NPCSpawnDB into method AddSpawnFromSpawnGroup

This commit is contained in:
Arthur Ice
2014-09-04 18:13:23 -07:00
parent d755aa48bc
commit a216672443
2 changed files with 21 additions and 10 deletions
+1
View File
@@ -376,6 +376,7 @@ public:
uint32 AddNewNPCSpawnGroupCommand(const char* zone, uint32 zone_version, Client *client, NPC* spawn, uint32 respawnTime);
uint32 DeleteSpawnLeaveInNPCTypeTable(const char* zone, Client *client, NPC* spawn);
uint32 DeleteSpawnRemoveFromNPCTypeTable(const char* zone, uint32 zone_version, Client *client, NPC* spawn);
uint32 AddSpawnFromSpawnGroup(const char* zone, uint32 zone_version, Client *client, NPC* spawn, uint32 spawnGroupID);
uint32 UpdateNPCTypeAppearance(Client *client, NPC* spawn);
bool SetSpecialAttkFlag(uint8 id, const char* flag);
bool GetPetEntry(const char *pet_type, PetRecord *into);