From 81d3ca802778300dc6817e755cd3586ce8a5cf8b Mon Sep 17 00:00:00 2001 From: Sarjuuk Date: Mon, 4 Jul 2011 06:35:15 +0700 Subject: Core/Spells: Fix Warlock T7 4P Bonus --- sql/updates/world/2011_07_04_00_world_script_texts.sql | 4 ++++ sql/updates/world/2011_07_04_01_world_spell_proc_event.sql | 1 + sql/updates/world/2011_07_04_world_script_texts.sql | 4 ---- 3 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 sql/updates/world/2011_07_04_00_world_script_texts.sql create mode 100644 sql/updates/world/2011_07_04_01_world_spell_proc_event.sql delete mode 100644 sql/updates/world/2011_07_04_world_script_texts.sql (limited to 'sql/updates') diff --git a/sql/updates/world/2011_07_04_00_world_script_texts.sql b/sql/updates/world/2011_07_04_00_world_script_texts.sql new file mode 100644 index 00000000000..fb954ffa448 --- /dev/null +++ b/sql/updates/world/2011_07_04_00_world_script_texts.sql @@ -0,0 +1,4 @@ +UPDATE `script_texts` SET `content_default`='%s hugs her father.' WHERE `entry`=-1000116; +UPDATE `script_texts` SET `content_default`='Be gone, trifling elf. I am in control now!' WHERE `entry`=-1548010; +UPDATE `script_texts` SET `content_default`='It would appear that I''ve made a slight miscalculation. I allowed my mind to be corrupted by the fiend in the prison, overriding my primary directive. All systems seem to be functional now. Clear.' WHERE `entry`=-1603257; +UPDATE `script_texts` SET `content_default`='Rin''ji will tell you secret now... $n, should go to the Overlook Cliffs. Rin''ji hid something on island there' WHERE `entry`=-1000408; diff --git a/sql/updates/world/2011_07_04_01_world_spell_proc_event.sql b/sql/updates/world/2011_07_04_01_world_spell_proc_event.sql new file mode 100644 index 00000000000..9b716e918a6 --- /dev/null +++ b/sql/updates/world/2011_07_04_01_world_spell_proc_event.sql @@ -0,0 +1 @@ +UPDATE `spell_proc_event` SET `procEx` = 0 WHERE `entry` = 60172; diff --git a/sql/updates/world/2011_07_04_world_script_texts.sql b/sql/updates/world/2011_07_04_world_script_texts.sql deleted file mode 100644 index fb954ffa448..00000000000 --- a/sql/updates/world/2011_07_04_world_script_texts.sql +++ /dev/null @@ -1,4 +0,0 @@ -UPDATE `script_texts` SET `content_default`='%s hugs her father.' WHERE `entry`=-1000116; -UPDATE `script_texts` SET `content_default`='Be gone, trifling elf. I am in control now!' WHERE `entry`=-1548010; -UPDATE `script_texts` SET `content_default`='It would appear that I''ve made a slight miscalculation. I allowed my mind to be corrupted by the fiend in the prison, overriding my primary directive. All systems seem to be functional now. Clear.' WHERE `entry`=-1603257; -UPDATE `script_texts` SET `content_default`='Rin''ji will tell you secret now... $n, should go to the Overlook Cliffs. Rin''ji hid something on island there' WHERE `entry`=-1000408; -- cgit v1.2.3