From ef71840b7ecb62a15ebc74954f26b20f290f8cc7 Mon Sep 17 00:00:00 2001 From: Blaymoira Date: Sat, 14 Mar 2009 15:14:06 +0100 Subject: [PATCH] *Fix a typo --HG-- branch : trunk --- sql/updates/1881_world.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sql/updates/1881_world.sql b/sql/updates/1881_world.sql index 2c8f5b4708a..eb7860a5bd1 100644 --- a/sql/updates/1881_world.sql +++ b/sql/updates/1881_world.sql @@ -1,4 +1,4 @@ DELETE FROM spell_proc_event where entry in (31124, 31126); insert into spell_proc_event () VALUES -(31124, 0, 8, 536870926, 0, 0, 0, 0, 0, 0, 0), -(31126, 0, 8, 536870926, 0, 0, 0, 0, 0, 0, 0); +(31124, 0, 8, 16777222, 0, 0, 0, 0, 0, 0, 0), +(31126, 0, 8, 16777222, 0, 0, 0, 0, 0, 0, 0);