aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts/Custom/test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/scripts/Custom/test.cpp')
-rwxr-xr-xsrc/server/scripts/Custom/test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/Custom/test.cpp b/src/server/scripts/Custom/test.cpp
index 0f5dec744b0..0e841d450ba 100755
--- a/src/server/scripts/Custom/test.cpp
+++ b/src/server/scripts/Custom/test.cpp
@@ -87,7 +87,7 @@ struct TRINITY_DLL_DECL npc_testAI : public npc_escortAI
}
}
- void Aggro(Unit*)
+ void EnterCombat(Unit*)
{
if (HasEscortState(STATE_ESCORT_ESCORTING))
me->Say(SAY_AGGRO1, LANG_UNIVERSAL, PlayerGUID);