mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 18:52:22 +00:00
Clean up OP_ManaChange
This commit is contained in:
@@ -4754,6 +4754,7 @@ void Mob::SendSpellBarEnable(uint16 spell_id)
|
||||
manachange->new_mana = GetMana();
|
||||
manachange->spell_id = spell_id;
|
||||
manachange->stamina = CastToClient()->GetEndurance();
|
||||
manachange->keepcasting = 0;
|
||||
outapp->priority = 6;
|
||||
CastToClient()->QueuePacket(outapp);
|
||||
safe_delete(outapp);
|
||||
|
||||
Reference in New Issue
Block a user