diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2016-06-26 00:27:19 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-06-26 00:27:19 +0200 |
| commit | b0e5f6de47e85e1ca7cd3cc54dcf31fddac71a9f (patch) | |
| tree | e1a3066a12d5c0cfa8bba9ed7d8edbf70492fb6e /sql | |
| parent | fdf0092ac24a27f1e95ffeb4f0257404998980ee (diff) | |
Scripts/Midsummer: Burning hot pole dance (#17445)
* Scripts/Midsummer: Burning hot pole dance
By zwerg, closes #6876
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/3.3.5/2016_99_99_99_world_.sql | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_99_99_99_world_.sql b/sql/updates/world/3.3.5/2016_99_99_99_world_.sql new file mode 100644 index 00000000000..b9ab8f12a54 --- /dev/null +++ b/sql/updates/world/3.3.5/2016_99_99_99_world_.sql @@ -0,0 +1,10 @@ +-- Link Dancer Check Aura and Visual to Ribbon Pole Channel +DELETE FROM `spell_linked_spell` WHERE `spell_trigger` IN (29531,45390); +INSERT INTO `spell_linked_spell` (`spell_trigger`,`spell_effect`,`type`,`comment`) VALUES +(29531,45390,0, 'Ribbon Pole - Dancer Check Aura'), +(45390,45406,2, 'Ribbon Pole - Periodic Visual'); + +-- Spell Script +DELETE FROM `spell_script_names` WHERE `spell_id`=45390; +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES +(45390, 'spell_gen_ribbon_pole_dancer_check'); |
