*Correct FamilyMask for spell 31124 and ranks - by Anubisss

--HG--
branch : trunk
This commit is contained in:
Blaymoira
2009-03-14 09:42:38 +01:00
parent 62cdd39279
commit 8e846418ca
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, 553648142, 0, 0, 0, 0, 0),
(31126, 0, 8, 553648142, 0, 0, 0, 0, 0);

View File

@@ -173,4 +173,5 @@ INSTALL(FILES
1159_world.sql
1160_world.sql
1164_characters.sql
1211_world.sql
DESTINATION share/trinity/sql/updates)