mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-17 16:10:49 +01:00
*Fix crash.
*Fix Guard Dog and Improved Cower -by pasdVn. *Fix aura SPELL_AURA_OBS_MOD_ENERGY -by pasdVn. --HG-- branch : trunk
This commit is contained in:
7
sql/updates/1732_world.sql
Normal file
7
sql/updates/1732_world.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
-- Improved Cower
|
||||
INSERT INTO `spell_proc_event` VALUES (53180, 0x00, 9, 0x00000000, 268435456, 0x00000000, 0x00014010, 0x00000000, 0.000000, 0.000000, 0);
|
||||
INSERT INTO `spell_proc_event` VALUES (53181, 0x00, 9, 0x00000000, 268435456, 0x00000000, 0x00014010, 0x00000000, 0.000000, 0.000000, 0);
|
||||
|
||||
-- Guard Dog
|
||||
INSERT INTO `spell_proc_event` VALUES (53178, 0x00, 9, 0x00000000, 268435456, 0x00000000, 0x00014010, 0x00000000, 0.000000, 0.000000, 0);
|
||||
INSERT INTO `spell_proc_event` VALUES (53179, 0x00, 9, 0x00000000, 268435456, 0x00000000, 0x00014010, 0x00000000, 0.000000, 0.000000, 0);
|
||||
@@ -70,4 +70,5 @@ INSTALL(FILES
|
||||
1727_world_script.sql
|
||||
1729_world.sql
|
||||
1730_world.sql
|
||||
1732_world.sql
|
||||
DESTINATION share/trinity/sql/updates)
|
||||
Reference in New Issue
Block a user