aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2018-07-22 13:08:21 +0200
committerKillyana <morphone1@gmail.com>2018-07-22 13:08:21 +0200
commit7c2fb9c7aa3eaab5f662c24a6e2e6acd8efbbe52 (patch)
treeeaab89d93acd329aa4bcb175b23877a3d89f4c08 /sql
parent87b5f5e258f1f5746b54dbf690d5ba15abc85a60 (diff)
Creature/Script: Add missing emote to Princess Moira Bronzebeard
Closes #22182
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/3.3.5/2018_07_22_04_world.sql4
1 files changed, 4 insertions, 0 deletions
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");