Core/scripting: Fix zulaman.cpp

This commit is contained in:
Malcrom
2013-01-06 23:16:06 -03:30
parent 14feb316e1
commit c3166b8608

View File

@@ -33,6 +33,7 @@ EndContentData */
#include "zulaman.h"
#include "Player.h"
#include "SpellInfo.h"
#include "SpellScript.h"
/*######
## npc_forest_frog
@@ -476,7 +477,6 @@ class spell_banging_the_gong : public SpellScriptLoader
void Activate(SpellEffIndex index)
{
PreventHitDefaultEffect(index);
GetHitGObj()->SendCustomAnim(0);
}