--HG--
branch : trunk
This commit is contained in:
megamage
2009-03-14 09:24:59 -06:00
7 changed files with 19 additions and 5 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

@@ -82,4 +82,5 @@ INSTALL(FILES
1881_world.sql
1884_world.sql
1886_world.sql
1211_world.sql
DESTINATION share/trinity/sql/updates)