diff options
-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); |