From a05f2a53eac9bb9b4b155f63dda1b287bcf1b09d Mon Sep 17 00:00:00 2001 From: Anubisss Date: Sun, 6 Dec 2009 15:46:29 +0100 Subject: *Fix a typo. *This fix the bug that spell The Art of War procced by almost all spells. *Fix by retriman. --HG-- branch : trunk --- sql/FULL/world_spell_full.sql | 4 ++-- sql/updates/6424_world_spell_proc_event.sql | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 sql/updates/6424_world_spell_proc_event.sql (limited to 'sql') diff --git a/sql/FULL/world_spell_full.sql b/sql/FULL/world_spell_full.sql index c2f9699ac12..99c432dcb2b 100644 --- a/sql/FULL/world_spell_full.sql +++ b/sql/FULL/world_spell_full.sql @@ -1309,8 +1309,8 @@ INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `Spell ( 53381, 0x00, 10, 0x00800000, 0x00020000, 0x00000000, 0x00000000, 0x00040002, 0, 0, 0), -- Righteous Vengeance (Rank 2) ( 53382, 0x00, 10, 0x00800000, 0x00020000, 0x00000000, 0x00000000, 0x00040002, 0, 0, 0), -- Righteous Vengeance (Rank 3) ( 53397, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000002, 0, 0, 0), -- Invigoration (Rank 1) -( 53489, 0x00, 10, 0x00800000, 0x00028000, 0x00000000, 0x00000000, 0x00040002, 0, 0, 0), -- The Art of War (Rank 1) -( 59578, 0x00, 10, 0x00800000, 0x00028000, 0x00000000, 0x00000000, 0x00040002, 0, 0, 0), -- The Art of War (Rank 2) +( 53486, 0x00, 10, 0x00800000, 0x00028000, 0x00000000, 0x00000000, 0x00040002, 0, 0, 0), -- The Art of War (Rank 1) +( 53488, 0x00, 10, 0x00800000, 0x00028000, 0x00000000, 0x00000000, 0x00040002, 0, 0, 0), -- The Art of War (Rank 2) ( 53501, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000002, 0, 0, 0), -- Sheath of Light (Rank 1) ( 53502, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000002, 0, 0, 0), -- Sheath of Light (Rank 2) ( 53503, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000002, 0, 0, 0), -- Sheath of Light (Rank 3) diff --git a/sql/updates/6424_world_spell_proc_event.sql b/sql/updates/6424_world_spell_proc_event.sql new file mode 100644 index 00000000000..1108ebc329c --- /dev/null +++ b/sql/updates/6424_world_spell_proc_event.sql @@ -0,0 +1,2 @@ +UPDATE spell_proc_event SET entry = 53486 WHERE entry =53489; +UPDATE spell_proc_event SET entry = 53488 WHERE entry =59578; -- cgit v1.2.3