diff options
| -rw-r--r-- | sql/updates/1881_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/1881_world.sql b/sql/updates/1881_world.sql new file mode 100644 index 00000000000..eb7860a5bd1 --- /dev/null +++ b/sql/updates/1881_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, 16777222, 0, 0, 0, 0, 0, 0, 0), +(31126, 0, 8, 16777222, 0, 0, 0, 0, 0, 0, 0); |
