diff options
author | ZxBiohazardZx <zxbiohazardzx@gmail.com> | 2012-11-20 23:20:14 +0100 |
---|---|---|
committer | ZxBiohazardZx <zxbiohazardzx@gmail.com> | 2012-11-20 23:20:14 +0100 |
commit | 8bd462b6d14445176f359c05d35409d9e9d59c2b (patch) | |
tree | 0bae448aac4fa8bb9eb9b690665802f8d1b0e70f /src | |
parent | 78c873c1d3c569aaa6c996d2a3b76f63e7adf699 (diff) |
Core/scritps: change enum to fix compile
Diffstat (limited to 'src')
-rw-r--r-- | src/server/scripts/EasternKingdoms/SunwellPlateau/boss_felmyst.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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, |