From e0df89590ad45c08f339a0619e72f48bcf2ae1f2 Mon Sep 17 00:00:00 2001 From: aleigood Date: Sun, 15 Mar 2020 13:03:09 +0100 Subject: DB/Text: Use the correct sound for Julianne death Closes #24304 (cherry picked from commit 480c16a038be83a814bce8b9336d8b471b144caf) --- sql/updates/world/master/2021_12_23_04_world_2020_03_15_00_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/master/2021_12_23_04_world_2020_03_15_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2021_12_23_04_world_2020_03_15_00_world.sql b/sql/updates/world/master/2021_12_23_04_world_2020_03_15_00_world.sql new file mode 100644 index 00000000000..59590cbe5b3 --- /dev/null +++ b/sql/updates/world/master/2021_12_23_04_world_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; -- cgit v1.2.3