[Cleanup] Remove SendStunAppearance from mob.cpp/mob.h (#3818)

# Notes
- This is unused.
This commit is contained in:
Alex King
2023-12-30 23:06:46 -05:00
committed by GitHub
parent b3f6a8c55f
commit a771882cff
2 changed files with 0 additions and 16 deletions
-1
View File
@@ -330,7 +330,6 @@ public:
void SendAppearanceEffect(uint32 parm1, uint32 parm2, uint32 parm3, uint32 parm4, uint32 parm5, Client *specific_target=nullptr, uint32 value1slot = 1, uint32 value1ground = 1, uint32 value2slot = 1, uint32 value2ground = 1,
uint32 value3slot = 1, uint32 value3ground = 1, uint32 value4slot = 1, uint32 value4ground = 1, uint32 value5slot = 1, uint32 value5ground = 1);
void SendLevelAppearance();
void SendStunAppearance();
void SendTargetable(bool on, Client *specific_target = nullptr);
void SetMobTextureProfile(uint8 material_slot, uint32 texture, uint32 color = 0, uint32 hero_forge_model = 0);