Clean up OP_ManaChange

This commit is contained in:
Michael Cook (mackal)
2016-08-15 01:17:53 -04:00
parent e894e96404
commit ae5689ffb4
14 changed files with 52 additions and 39 deletions
+1
View File
@@ -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);