diff options
author | offl <11556157+offl@users.noreply.github.com> | 2022-02-27 18:52:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-27 18:52:45 +0200 |
commit | 45d6cd42b70eb9f28e0d37cec0949281cfa80a6d (patch) | |
tree | 036740d5d3335fa7c51b42500be7f58de5fce139 /sql | |
parent | e898b6e7942971a9bc96af54737ee971b99073a8 (diff) |
Scripts/Quest: Update 'Mounting Hodir's Helm' (#27832)
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/3.3.5/2022_02_27_00_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
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; |