Fix rare case where heals from buffs could be negative.

This commit is contained in:
JJ
2013-04-20 14:04:08 -04:00
parent 3b42f295d6
commit a7ce66856b
2 changed files with 40 additions and 35 deletions
+3
View File
@@ -1,5 +1,8 @@
EQEMu Changelog (Started on Sept 24, 2003 15:50)
-------------------------------------------------------
== 04/20/2013 ==
JJ: Fixed rare case where heals from buffs could go negative.
== 04/12/2013 ==
Derision: Moved entity_list.Clear() prior to destruction of Perl objects in zone shutdown as I was seeing a segfault due to attempts to call EVENT_HATE_LIST as mobs were being destroyed.