diff options
author | Blaymoira <none@none> | 2009-03-14 15:14:06 +0100 |
---|---|---|
committer | Blaymoira <none@none> | 2009-03-14 15:14:06 +0100 |
commit | ef71840b7ecb62a15ebc74954f26b20f290f8cc7 (patch) | |
tree | 9911355fc8b6ad510ff39815f65e1bac0ddd869b | |
parent | c45fe6969c33e3eaf8662cfcc79c63e4071cdb7c (diff) |
*Fix a typo
--HG--
branch : trunk
-rw-r--r-- | sql/updates/1881_world.sql | 4 |
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); |