Update npc.cpp

This commit is contained in:
Paul Coene 2020-02-05 16:28:07 -05:00 committed by GitHub
parent 8dacadb4f9
commit 1528e7cb09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -793,7 +793,7 @@ bool NPC::Process()
SetMana(GetMana() + mana_regen + npc_sitting_regen_bonus);
}
}
SendHPUpdate();
if (zone->adv_data && !p_depop) {