diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/server/scripts/EasternKingdoms/ZulAman/boss_nalorakk.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/EasternKingdoms/ZulAman/boss_nalorakk.cpp b/src/server/scripts/EasternKingdoms/ZulAman/boss_nalorakk.cpp index c7db41c47ca..bb63e297674 100644 --- a/src/server/scripts/EasternKingdoms/ZulAman/boss_nalorakk.cpp +++ b/src/server/scripts/EasternKingdoms/ZulAman/boss_nalorakk.cpp @@ -309,7 +309,7 @@ class boss_nalorakk : public CreatureScript switch (urand(0, 1)) { case 0: - TAlk(YELL_KILL_ONE, me); + Talk(YELL_KILL_ONE, me); DoPlaySoundToSet(me, SOUND_YELL_KILL_ONE); break; case 1: |