From 8bd462b6d14445176f359c05d35409d9e9d59c2b Mon Sep 17 00:00:00 2001 From: ZxBiohazardZx Date: Tue, 20 Nov 2012 23:20:14 +0100 Subject: Core/scritps: change enum to fix compile --- src/server/scripts/EasternKingdoms/SunwellPlateau/boss_felmyst.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server/scripts/EasternKingdoms') diff --git a/src/server/scripts/EasternKingdoms/SunwellPlateau/boss_felmyst.cpp b/src/server/scripts/EasternKingdoms/SunwellPlateau/boss_felmyst.cpp index 89f541304cd..35fabb7a195 100644 --- a/src/server/scripts/EasternKingdoms/SunwellPlateau/boss_felmyst.cpp +++ b/src/server/scripts/EasternKingdoms/SunwellPlateau/boss_felmyst.cpp @@ -32,7 +32,7 @@ EndScriptData */ enum Yells { YELL_BIRTH = 0, - YELL_KILL1 = 1, + YELL_KILL = 1, YELL_BREATH = 2, YELL_TAKEOFF = 3, YELL_BERSERK = 4, -- cgit v1.2.3