From 7c2fb9c7aa3eaab5f662c24a6e2e6acd8efbbe52 Mon Sep 17 00:00:00 2001 From: Killyana Date: Sun, 22 Jul 2018 13:08:21 +0200 Subject: Creature/Script: Add missing emote to Princess Moira Bronzebeard Closes #22182 --- sql/updates/world/3.3.5/2018_07_22_04_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/3.3.5/2018_07_22_04_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2018_07_22_04_world.sql b/sql/updates/world/3.3.5/2018_07_22_04_world.sql new file mode 100644 index 00000000000..36de2e6a5a7 --- /dev/null +++ b/sql/updates/world/3.3.5/2018_07_22_04_world.sql @@ -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"); -- cgit v1.2.3