aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2015-12-30 02:05:24 +0100
committerMitchesD <majklprofik@seznam.cz>2016-01-17 14:04:51 +0100
commita56f92e88910c709620986aa8d61438782c3e946 (patch)
tree8340133df630f0f3d3b5f5d51c5b4459471848fa /src
parente16f69545376e87dc918634af22c550db3ee57f7 (diff)
Script/Creature: Imprisoned Beryl Sorcerer
Add missing emote state Move the credit quest on the 5th hit instead of the 7th one (cherry picked from commit 13e509a622a6d88afe27d6cdda4cf9f402818745)
Diffstat (limited to 'src')
-rw-r--r--src/server/scripts/Northrend/zone_borean_tundra.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/Northrend/zone_borean_tundra.cpp b/src/server/scripts/Northrend/zone_borean_tundra.cpp
index 4e6f0f7ca68..2121b440a6f 100644
--- a/src/server/scripts/Northrend/zone_borean_tundra.cpp
+++ b/src/server/scripts/Northrend/zone_borean_tundra.cpp
@@ -1652,13 +1652,13 @@ public:
break;
case 5:
Talk(SAY_IMPRISIONED_BERYL_5);
+ caster->KilledMonsterCredit(NPC_IMPRISONED_BERYL_SORCERER);
break;
case 6:
Talk(SAY_IMPRISIONED_BERYL_6, caster);
break;
case 7:
Talk(SAY_IMPRISIONED_BERYL_7);
- caster->KilledMonsterCredit(NPC_IMPRISONED_BERYL_SORCERER);
break;
}
}