From 2723dec897bc4a02baa08b0d4742627314eb7202 Mon Sep 17 00:00:00 2001 From: Blaymoira Date: Sat, 14 Mar 2009 09:42:00 +0100 Subject: *Correct FamilyMask for spell 31124 and ranks - by Anubisss --HG-- branch : trunk --- sql/updates/1881_world.sql | 4 ++++ sql/updates/CMakeLists.txt | 1 + 2 files changed, 5 insertions(+) create mode 100644 sql/updates/1881_world.sql (limited to 'sql/updates') 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 -- cgit v1.2.3