diff options
| author | Sorikoff <46191832+Sorikoff@users.noreply.github.com> | 2019-06-22 07:44:23 +0000 |
|---|---|---|
| committer | Giacomo Pozzoni <giacomopoz@gmail.com> | 2019-06-22 09:44:23 +0200 |
| commit | 40b09e3df144304562a63f33d16e25bbde5079fd (patch) | |
| tree | e4a36cf45b6abe9605d7970cbcd74af2191e1daa /sql | |
| parent | 8163ea60c8d517ebe3a88f595dd8291df8338811 (diff) | |
Scripts/Spells: Ultra-Advanced Proto-Typical Shortening Blaster (#23456)
* Scripts/Spells: Ultra-Advanced Proto-Typical Shortening Blaster
* Fix NoPCH
* Correct header
* fixup! Clean up
* Rename 9999_99_99_99_world.sql to 2019_06_22_00_world.sql
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/3.3.5/2019_06_22_00_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_06_22_00_world.sql b/sql/updates/world/3.3.5/2019_06_22_00_world.sql new file mode 100644 index 00000000000..29f3e21722d --- /dev/null +++ b/sql/updates/world/3.3.5/2019_06_22_00_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_q11653_shortening_blaster'); +INSERT INTO `spell_script_names` VALUES +(45668,'spell_q11653_shortening_blaster'); |
