diff options
| author | DanVS <33371360+DanVS@users.noreply.github.com> | 2019-01-05 00:54:33 +0000 |
|---|---|---|
| committer | Aokromes <Aokromes@users.noreply.github.com> | 2019-01-05 01:54:33 +0100 |
| commit | 8051ff13dfcf3819b58adfcec1608c08dcbcd080 (patch) | |
| tree | eb9748ef4fcee4b45c6c419f4137d26f3c244d23 /sql | |
| parent | 030f5d54d015f42a09c731c81135ab791b528f1c (diff) | |
Core/Scripts: Move some spells to scripts (#22332)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/3.3.5/2019_01_05_01_world.sql | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_01_05_01_world.sql b/sql/updates/world/3.3.5/2019_01_05_01_world.sql new file mode 100644 index 00000000000..4c497f058ca --- /dev/null +++ b/sql/updates/world/3.3.5/2019_01_05_01_world.sql @@ -0,0 +1,12 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName` IN +('spell_four_horsemen_consumption', +'spell_rajaxx_thundercrash', +'spell_gen_arcane_charge', +'spell_pet_dk_gargoyle_strike'); + +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES +(28865, 'spell_four_horsemen_consumption'), +(25599, 'spell_rajaxx_thundercrash'), +(45072, 'spell_gen_arcane_charge'), +(51963, 'spell_pet_dk_gargoyle_strike'); + |
