[Performance] Cull Excess Wearchange Packets

This commit is contained in:
Chris Miles
2025-05-18 13:25:02 -05:00
parent 567d46c3d6
commit 32cd0afa94
6 changed files with 7 additions and 76 deletions
-1
View File
@@ -424,7 +424,6 @@ public:
void ApplyHealthTransferDamage(Mob *caster, Mob *target, uint16 spell_id);
void ApplySpellEffectIllusion(int32 spell_id, Mob* caster, int buffslot, int base, int limit, int max);
void ApplyIllusionToCorpse(int32 spell_id, Corpse* new_corpse);
void SendIllusionWearChange(Client* c);
int16 GetItemSlotToConsumeCharge(int32 spell_id, uint32 inventory_slot);
bool CheckItemRaceClassDietyRestrictionsOnCast(uint32 inventory_slot);
bool IsFromTriggeredSpell(EQ::spells::CastingSlot slot, uint32 item_slot = 0xFFFFFFFF);