diff options
| author | Sorikoff <46191832+Sorikoff@users.noreply.github.com> | 2019-06-29 11:35:11 +0000 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2021-12-13 00:42:18 +0100 |
| commit | 7b08125c23725b61b5e29df76a1fe8db8e60100e (patch) | |
| tree | 2ef1ea79089184a8e61a8bc7bf1c6bf04be43f19 /sql | |
| parent | 5ca9f51033c92f29eb1bc915fcbf785773ed586c (diff) | |
Scripts/Spells: Remove Collapsing Cave Aura (#23533)
* Scripts/Spells: Remove Collapsing Cave Aura
* Rename 9999_99_99_99_world.sql to 2019_06_29_00_world.sql
(cherry picked from commit 8d1a5fa1266dc98438cabfb1ced7891791245ff0)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2021_12_12_14_world_2019_06_29_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_12_14_world_2019_06_29_00_world.sql b/sql/updates/world/master/2021_12_12_14_world_2019_06_29_00_world.sql new file mode 100644 index 00000000000..be171cc208f --- /dev/null +++ b/sql/updates/world/master/2021_12_12_14_world_2019_06_29_00_world.sql @@ -0,0 +1,2 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_q12823_remove_collapsing_cave_aura'; +INSERT INTO `spell_script_names` VALUES (55693,'spell_q12823_remove_collapsing_cave_aura'); |
