*Correct FamilyMask for spell 31124 and ranks - by Anubisss

--HG--
branch : trunk
This commit is contained in:
Blaymoira
2009-03-14 09:42:00 +01:00
parent a2b2c0dcb9
commit 2723dec897
2 changed files with 5 additions and 0 deletions

View File

@@ -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);

View File

@@ -79,4 +79,5 @@ INSTALL(FILES
1825_world.sql
1828_world.sql
1857_world.sql
1881_world.sql
DESTINATION share/trinity/sql/updates)