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
@@ -1809,6 +1809,7 @@ void Client::SendManaUpdatePacket() {
manachange->new_mana = cur_mana;
manachange->stamina = cur_end;
manachange->spell_id = casting_spell_id; //always going to be 0... since we check IsCasting()
manachange->keepcasting = 1;
outapp->priority = 6;
QueuePacket(outapp);
safe_delete(outapp);