aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts/EasternKingdoms
diff options
context:
space:
mode:
authorGacko <gacko28@gmx.de>2012-12-02 19:13:57 +0100
committerGacko <gacko28@gmx.de>2012-12-02 19:13:57 +0100
commita73a7dc43ffb8b65dcfab3b79976ea7b49634524 (patch)
tree64ea91f5f5f405e378517020a8b778f13d552af2 /src/server/scripts/EasternKingdoms
parentf5bd0470d1ec35a2d0bb75c7d0fc1c0cf60e6ad7 (diff)
Core/DB: Creature text for 37 script files
Diffstat (limited to 'src/server/scripts/EasternKingdoms')
-rw-r--r--src/server/scripts/EasternKingdoms/BlackwingLair/boss_razorgore.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/EasternKingdoms/BlackwingLair/boss_razorgore.cpp b/src/server/scripts/EasternKingdoms/BlackwingLair/boss_razorgore.cpp
index 577516383b2..f4a9fcb5060 100644
--- a/src/server/scripts/EasternKingdoms/BlackwingLair/boss_razorgore.cpp
+++ b/src/server/scripts/EasternKingdoms/BlackwingLair/boss_razorgore.cpp
@@ -78,7 +78,7 @@ public:
void JustDied(Unit* /*killer*/)
{
- DoScriptText(SAY_DEATH, me);
+ Talk(SAY_DEATH);
}
void UpdateAI(const uint32 diff)