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/updates/6424_world_spell_proc_event.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/6424_world_spell_proc_event.sql (limited to 'sql/updates') 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