aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlaymoira <none@none>2009-03-14 15:14:06 +0100
committerBlaymoira <none@none>2009-03-14 15:14:06 +0100
commitef71840b7ecb62a15ebc74954f26b20f290f8cc7 (patch)
tree9911355fc8b6ad510ff39815f65e1bac0ddd869b
parentc45fe6969c33e3eaf8662cfcc79c63e4071cdb7c (diff)
*Fix a typo
--HG-- branch : trunk
-rw-r--r--sql/updates/1881_world.sql4
1 files 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);