diff options
| author | Blaymoira <none@none> | 2009-03-14 09:42:00 +0100 |
|---|---|---|
| committer | Blaymoira <none@none> | 2009-03-14 09:42:00 +0100 |
| commit | 2723dec897bc4a02baa08b0d4742627314eb7202 (patch) | |
| tree | 3c5a7ed113edff47d01bf3ec3395e928b5742a02 /sql/updates | |
| parent | a2b2c0dcb91bc905fa6df6dd9f17dd5976afe3af (diff) | |
*Correct FamilyMask for spell 31124 and ranks - by Anubisss
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -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 |
