mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 02:46:33 +01:00
*Correct FamilyMask for spell 31124 and ranks - by Anubisss
--HG-- branch : trunk
This commit is contained in:
4
sql/updates/1211_world.sql
Normal file
4
sql/updates/1211_world.sql
Normal 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);
|
||||
@@ -173,4 +173,5 @@ INSTALL(FILES
|
||||
1159_world.sql
|
||||
1160_world.sql
|
||||
1164_characters.sql
|
||||
1211_world.sql
|
||||
DESTINATION share/trinity/sql/updates)
|
||||
|
||||
Reference in New Issue
Block a user