diff options
author | Keader <keader.android@gmail.com> | 2019-08-21 23:03:25 -0300 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-12-18 21:18:44 +0100 |
commit | f2e03dc9e57469ce2cb78f4ef36c6c7bd8dd22e3 (patch) | |
tree | 6f5ba841a02a435f8bb82fbe223e55752dda78ce /sql | |
parent | b7503b6c76d4b28f2883d1d2c237dfdc34216bd8 (diff) |
Core/Scripts: Proper fix Gal'Darah Puncture remove
(cherry picked from commit cbc01f35b6b80c1069b2274a619c8f7a3ff730c7)
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/master/2021_12_18_28_world_2019_08_22_00_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_18_28_world_2019_08_22_00_world.sql b/sql/updates/world/master/2021_12_18_28_world_2019_08_22_00_world.sql new file mode 100644 index 00000000000..d5b8414eaa8 --- /dev/null +++ b/sql/updates/world/master/2021_12_18_28_world_2019_08_22_00_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_gal_darah_clear_puncture'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(60022,'spell_gal_darah_clear_puncture'); |