aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authortkrokli <tkrokli@users.noreply.github.com>2016-10-15 01:46:19 +0200
committerjoschiwald <joschiwald.trinity@gmail.com>2017-10-03 16:56:48 +0200
commitc4ec0d8cfc4dc12fc03a33d20c61c199a1f8d57c (patch)
tree4eee7625c6c36041ba53cc7722b4ff1dd193d8cd /sql
parentb2f9e0c95bfec8657320c8d7b7b086baf9d75785 (diff)
[WIP] Core/Scripts: Gnomish Mind Control Cap and Gnomish Universal Remote (#17374)
(cherry picked from commit b651bf271b047d3c79d7e8fc2c558913d20c9e15) Rename 2016_09_09_20_world.sql to 2016_10_15_00_world.sql (cherry picked from commit d03b3e26438e12bda9069969041d50c36119c24b)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2017_10_03_05_world_2016_10_15_00_world.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_10_03_05_world_2016_10_15_00_world.sql b/sql/updates/world/master/2017_10_03_05_world_2016_10_15_00_world.sql
new file mode 100644
index 00000000000..2a2b1ae3e8e
--- /dev/null
+++ b/sql/updates/world/master/2017_10_03_05_world_2016_10_15_00_world.sql
@@ -0,0 +1,7 @@
+-- Gnomish Mind Control Cap and Mind Amplification Dish script
+DELETE FROM `spell_script_names` WHERE ScriptName IN ('spell_item_mind_control_cap','spell_item_universal_remote');
+INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
+(67799, 'spell_item_mind_control_cap'),
+(13180, 'spell_item_mind_control_cap'),
+-- Gnomish Universal Remote script
+(8344, 'spell_item_universal_remote');