From 8e846418cabb4f9b384eb6bc77ef935318e8149d Mon Sep 17 00:00:00 2001 From: Blaymoira Date: Sat, 14 Mar 2009 09:42:38 +0100 Subject: *Correct FamilyMask for spell 31124 and ranks - by Anubisss --HG-- branch : trunk --- sql/updates/1211_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/1211_world.sql (limited to 'sql/updates/1211_world.sql') diff --git a/sql/updates/1211_world.sql b/sql/updates/1211_world.sql new file mode 100644 index 00000000000..437fd6ddaa1 --- /dev/null +++ b/sql/updates/1211_world.sql @@ -0,0 +1,4 @@ +DELETE FROM spell_proc_event where entry IN (31124, 31126); +INSERT INTO spell_proc_event () VALUES +(31124, 0, 8, 553648142, 0, 0, 0, 0, 0), +(31126, 0, 8, 553648142, 0, 0, 0, 0, 0); -- cgit v1.2.3