mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 00:18:43 +01:00
Core/scripting: Fix zulaman.cpp
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user