aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraleigood <aleigood@users.noreply.github.com>2020-03-15 13:03:09 +0100
committerKillyana <morphone1@gmail.com>2020-03-15 13:03:09 +0100
commit480c16a038be83a814bce8b9336d8b471b144caf (patch)
treed4d2fd4147854aad8ad35175bf467e4ca569dd33
parent5a06a76daabb9fea617970513caf93342320fdae (diff)
DB/Text: Use the correct sound for Julianne death
Closes #24304
-rw-r--r--sql/updates/world/3.3.5/2020_03_15_00_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_03_15_00_world.sql b/sql/updates/world/3.3.5/2020_03_15_00_world.sql
new file mode 100644
index 00000000000..59590cbe5b3
--- /dev/null
+++ b/sql/updates/world/3.3.5/2020_03_15_00_world.sql
@@ -0,0 +1,2 @@
+--
+UPDATE `creature_text` SET `Sound` = 9198 WHERE `CreatureID` = 17534 AND `GroupID` = 2 AND `ID` = 0;