diff options
| author | Keader <keader.android@gmail.com> | 2019-08-21 23:03:25 -0300 |
|---|---|---|
| committer | Keader <keader.android@gmail.com> | 2019-08-21 23:03:25 -0300 |
| commit | cbc01f35b6b80c1069b2274a619c8f7a3ff730c7 (patch) | |
| tree | 70b696192433b1bdfb9fba76a59dfc798c6ea740 /sql/updates | |
| parent | 1886507e7f91249a335978e2fa1a859e93d56ffa (diff) | |
Core/Scripts: Proper fix Gal'Darah Puncture remove
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/3.3.5/2019_08_22_00_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_08_22_00_world.sql b/sql/updates/world/3.3.5/2019_08_22_00_world.sql new file mode 100644 index 00000000000..d5b8414eaa8 --- /dev/null +++ b/sql/updates/world/3.3.5/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'); |
