diff options
| author | tkrokli <tkrokli@users.noreply.github.com> | 2016-10-15 01:46:19 +0200 |
|---|---|---|
| committer | SnapperRy <snapperryen@gmail.com> | 2016-10-15 01:46:19 +0200 |
| commit | b651bf271b047d3c79d7e8fc2c558913d20c9e15 (patch) | |
| tree | 72624ad1776f85994e790ef360ce809fedb53c04 /sql | |
| parent | 84439ff4d77abbdbdd06f5276d2fe6b17bf9070f (diff) | |
[WIP] Core/Scripts: Gnomish Mind Control Cap and Gnomish Universal Remote (#17374)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/3.3.5/2016_09_09_20_world.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_09_09_20_world.sql b/sql/updates/world/3.3.5/2016_09_09_20_world.sql new file mode 100644 index 00000000000..2a2b1ae3e8e --- /dev/null +++ b/sql/updates/world/3.3.5/2016_09_09_20_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'); |
