aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2015-12-30 02:05:24 +0100
committerKillyana <morphone1@gmail.com>2015-12-30 02:05:24 +0100
commit13e509a622a6d88afe27d6cdda4cf9f402818745 (patch)
tree93d25c08b2a911eb621e31b05c7c51974e5ea669 /src
parent1c877ecbd2a4c81204f932a4f249b8f9dd6f5b90 (diff)
Script/Creature: Imprisoned Beryl Sorcerer
Add missing emote state Move the credit quest on the 5th hit instead of the 7th one
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 6ef9abe2267..7e56fd6ed4b 100644
--- a/src/server/scripts/Northrend/zone_borean_tundra.cpp
+++ b/src/server/scripts/Northrend/zone_borean_tundra.cpp
@@ -1655,13 +1655,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;
}
}