Scripts/Events: Fixed memory leak in npc_bountiful_table added in 75df296bb6

This commit is contained in:
Shauren
2017-11-25 22:33:15 +01:00
committed by Aokromes
parent 39ce505a2a
commit d979329be3

View File

@@ -2906,7 +2906,7 @@ class CastFoodSpell : public BasicEvent
bool Execute(uint64 /*execTime*/, uint32 /*diff*/) override
{
_owner->CastSpell(_owner, _spellId, true);
return false;
return true;
}
private: