diff options
| author | DDuarte <dnpd.dd@gmail.com> | 2016-04-16 18:20:11 +0100 |
|---|---|---|
| committer | DDuarte <dnpd.dd@gmail.com> | 2016-04-16 18:20:11 +0100 |
| commit | 00da19ed9e227aa8978a6d7c702257d1870aced9 (patch) | |
| tree | 333576b0c56bd623c7d4a03950bde0f552c7edfd /sql | |
| parent | 98a8f539b46c8b61471cc098ae3b84814fc3566f (diff) | |
Merge remote-tracking branch 'sirikfoll/geddon' into 3.3.5 (PR #16975)
(cherry picked from commit 75f7b5ae4baa4eeb8f6e28e2270536274bfecd4c)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2016_04_16_01_2016_04_16_00_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2016_04_16_01_2016_04_16_00_world.sql b/sql/updates/world/2016_04_16_01_2016_04_16_00_world.sql new file mode 100644 index 00000000000..9219a4ef316 --- /dev/null +++ b/sql/updates/world/2016_04_16_01_2016_04_16_00_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_baron_geddon_inferno'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(19695, 'spell_baron_geddon_inferno'); |
