diff options
| -rw-r--r-- | sql/updates/1881_world.sql | 4 | ||||
| -rw-r--r-- | sql/updates/CMakeLists.txt | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/1881_world.sql b/sql/updates/1881_world.sql new file mode 100644 index 00000000000..2c8f5b4708a --- /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, 536870926, 0, 0, 0, 0, 0, 0, 0), +(31126, 0, 8, 536870926, 0, 0, 0, 0, 0, 0, 0); diff --git a/sql/updates/CMakeLists.txt b/sql/updates/CMakeLists.txt index fef056a705b..805d49d7fdf 100644 --- a/sql/updates/CMakeLists.txt +++ b/sql/updates/CMakeLists.txt @@ -79,4 +79,5 @@ INSTALL(FILES 1825_world.sql 1828_world.sql 1857_world.sql +1881_world.sql DESTINATION share/trinity/sql/updates)
\ No newline at end of file |
