Skip to content

Commit

Permalink
Update npc.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Coene committed Feb 5, 2020
1 parent 8dacadb commit 1528e7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zone/npc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -793,7 +793,7 @@ bool NPC::Process()
SetMana(GetMana() + mana_regen + npc_sitting_regen_bonus);
}
}

SendHPUpdate();

if (zone->adv_data && !p_depop) {
Expand Down

0 comments on commit 1528e7c

Please sign in to comment.