mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 17:54:48 +01:00
Creature/Script: Add missing emote to Princess Moira Bronzebeard
Closes #22182
(cherry picked from commit 7c2fb9c7aa)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
-- Princess Moira Bronzebeard
|
||||
DELETE FROM `creature_text` WHERE `CreatureID`=8929;
|
||||
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
|
||||
(8929,0,0,"%s is visibly shaken by the death of Emperor Thaurissan.",16,0,100,18,0,0,5429,0,"Princess Moira Bronzebeard");
|
||||
Reference in New Issue
Block a user