[Cleanup] Remove InteractiveChat() and TakenAction() from zone/npc.h (#3382)

# Notes
- These are unimplemented and unused.
This commit is contained in:
Alex King
2023-06-12 16:14:34 -04:00
committed by GitHub
parent fede8760d4
commit 548eb65e1d
-2
View File
@@ -191,8 +191,6 @@ public:
void GetPetState(SpellBuff_Struct *buffs, uint32 *items, char *name);
void SetPetState(SpellBuff_Struct *buffs, uint32 *items);
void InteractiveChat(uint8 chan_num, uint8 language, const char * message, const char* targetname,Mob* sender);
void TakenAction(uint8 action,Mob* actiontaker);
virtual void SpellProcess();
virtual void FillSpawnStruct(NewSpawn_Struct* ns, Mob* ForWho);