From 4c8ee5597b79b7331d52c7a54cb0a59bc1245e47 Mon Sep 17 00:00:00 2001 From: Anubisss Date: Tue, 24 Nov 2009 18:43:06 +0100 Subject: *Fix a typo. *This fix this part of spell The Art of War: "when your melee attacks critically hit your next Flash of Light or Exorcism spell becomes instant cast". --HG-- branch : trunk --- sql/updates/6372_world_spell_proc_event.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/6372_world_spell_proc_event.sql (limited to 'sql/updates') diff --git a/sql/updates/6372_world_spell_proc_event.sql b/sql/updates/6372_world_spell_proc_event.sql new file mode 100644 index 00000000000..bd0a1cac476 --- /dev/null +++ b/sql/updates/6372_world_spell_proc_event.sql @@ -0,0 +1,2 @@ +UPDATE spell_proc_event SET entry = 53489 WHERE entry = 53486; +UPDATE spell_proc_event SET entry = 59578 WHERE entry = 53488; -- cgit v1.2.3