diff options
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2018_07_22_00_world.sql | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sql/updates/world/master/2018_07_22_00_world.sql b/sql/updates/world/master/2018_07_22_00_world.sql new file mode 100644 index 00000000000..0242f0a6a05 --- /dev/null +++ b/sql/updates/world/master/2018_07_22_00_world.sql @@ -0,0 +1,11 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_dru_travel_form_dummy', 'spell_dru_travel_form'); +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(783, 'spell_dru_travel_form_dummy'), +(1066, 'spell_dru_travel_form'), +(33943, 'spell_dru_travel_form'), +(40120, 'spell_dru_travel_form'), +(165961, 'spell_dru_travel_form'); + +DELETE FROM `spell_linked_spell` WHERE `spell_trigger` = 165961 AND spell_effect = 126056; +INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES +(165961, 126056, 1, 'Stag Form - Sound Effect: Stag Form'); |
