From 45d6cd42b70eb9f28e0d37cec0949281cfa80a6d Mon Sep 17 00:00:00 2001 From: offl <11556157+offl@users.noreply.github.com> Date: Sun, 27 Feb 2022 18:52:45 +0200 Subject: Scripts/Quest: Update 'Mounting Hodir's Helm' (#27832) --- sql/updates/world/3.3.5/2022_02_27_00_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/3.3.5/2022_02_27_00_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/3.3.5/2022_02_27_00_world.sql b/sql/updates/world/3.3.5/2022_02_27_00_world.sql new file mode 100644 index 00000000000..00ed32a167f --- /dev/null +++ b/sql/updates/world/3.3.5/2022_02_27_00_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `spell_script_names` SET `ScriptName` = 'spell_read_pronouncement' WHERE `ScriptName` = 'spell_q12987_read_pronouncement'; +DELETE FROM `creature_text` WHERE `CreatureID` = 30215; -- cgit v1.2.3