mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-25 11:21:58 +01:00
Core/Scripts: Gnomish Mind Control Cap and Gnomish Universal Re…
…mote
This commit is contained in:
7
sql/updates/world/3.3.5/2016_09_09_20_world.sql
Normal file
7
sql/updates/world/3.3.5/2016_09_09_20_world.sql
Normal file
@@ -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');
|
||||
Reference in New Issue
Block a user