Fix some memory leaks in Mob::SpellOnTarget

This should fix the memory leak introduced in the last commit and
a few lingering memory leaks, don't think they should break anything
This commit is contained in:
Michael Cook
2013-10-24 17:35:21 -04:00
parent a06fe1d02e
commit 36d336e69c
2 changed files with 7 additions and 0 deletions
+3
View File
@@ -1,5 +1,8 @@
EQEMu Changelog (Started on Sept 24, 2003 15:50)
-------------------------------------------------------
== 10/24/2013 ==
demonstar55: Fix some memory leaks in Mob::SpellOnTarget
== 10/21/2013 ==
demonstar55: Changed GetMinLevel return 0 for more cases that EQ uses for some reason ...
demonstar55: Added buff level restrictions, set the Spells:BuffLevelRestrictions to false to have the old behavior.