From 548eb65e1de04e794accb6c73dc7c6331a12c64f Mon Sep 17 00:00:00 2001 From: Alex King <89047260+Kinglykrab@users.noreply.github.com> Date: Mon, 12 Jun 2023 16:14:34 -0400 Subject: [PATCH] [Cleanup] Remove InteractiveChat() and TakenAction() from zone/npc.h (#3382) # Notes - These are unimplemented and unused. --- zone/npc.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/zone/npc.h b/zone/npc.h index f6f953026..5e7a5e266 100644 --- a/zone/npc.h +++ b/zone/npc.h @@ -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);