diff options
author | Gacko <gacko28@gmx.de> | 2012-12-02 19:13:57 +0100 |
---|---|---|
committer | Gacko <gacko28@gmx.de> | 2012-12-02 19:13:57 +0100 |
commit | a73a7dc43ffb8b65dcfab3b79976ea7b49634524 (patch) | |
tree | 64ea91f5f5f405e378517020a8b778f13d552af2 /src/server/scripts/EasternKingdoms | |
parent | f5bd0470d1ec35a2d0bb75c7d0fc1c0cf60e6ad7 (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.cpp | 2 |
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) |