From 635e1467a4a57d78c93c80b6b2f073dff1cf671d Mon Sep 17 00:00:00 2001 From: Gacko Date: Tue, 22 Oct 2013 20:40:43 +0200 Subject: Rename SQL file (thx Aokromes) --- sql/updates/world/2013_10_20_00_world_spell_proc_event.sql | 3 --- sql/updates/world/2013_10_20_01_world_spell_proc_event.sql | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 sql/updates/world/2013_10_20_00_world_spell_proc_event.sql create mode 100644 sql/updates/world/2013_10_20_01_world_spell_proc_event.sql (limited to 'sql') diff --git a/sql/updates/world/2013_10_20_00_world_spell_proc_event.sql b/sql/updates/world/2013_10_20_00_world_spell_proc_event.sql deleted file mode 100644 index 90bf4619de4..00000000000 --- a/sql/updates/world/2013_10_20_00_world_spell_proc_event.sql +++ /dev/null @@ -1,3 +0,0 @@ --- Fixes Ormorok the Tree Shaper Spell Reflect -DELETE FROM `spell_proc_event` WHERE (`entry` = '47981'); -INSERT INTO `spell_proc_event` (`entry`,`procEx`) VALUES ('47981','2048'); diff --git a/sql/updates/world/2013_10_20_01_world_spell_proc_event.sql b/sql/updates/world/2013_10_20_01_world_spell_proc_event.sql new file mode 100644 index 00000000000..90bf4619de4 --- /dev/null +++ b/sql/updates/world/2013_10_20_01_world_spell_proc_event.sql @@ -0,0 +1,3 @@ +-- Fixes Ormorok the Tree Shaper Spell Reflect +DELETE FROM `spell_proc_event` WHERE (`entry` = '47981'); +INSERT INTO `spell_proc_event` (`entry`,`procEx`) VALUES ('47981','2048'); -- cgit v1.2.3