mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-15 20:51:29 +00:00
[Cleanup] Remove InteractiveChat() and TakenAction() from zone/npc.h (#3382)
# Notes - These are unimplemented and unused.
This commit is contained in:
parent
fede8760d4
commit
548eb65e1d
@ -191,8 +191,6 @@ public:
|
|||||||
|
|
||||||
void GetPetState(SpellBuff_Struct *buffs, uint32 *items, char *name);
|
void GetPetState(SpellBuff_Struct *buffs, uint32 *items, char *name);
|
||||||
void SetPetState(SpellBuff_Struct *buffs, uint32 *items);
|
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 SpellProcess();
|
||||||
virtual void FillSpawnStruct(NewSpawn_Struct* ns, Mob* ForWho);
|
virtual void FillSpawnStruct(NewSpawn_Struct* ns, Mob* ForWho);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user