mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 02:25:38 +01:00
*DB data for spell 38164 - bye XTElite1
*DB data for spell 14144, 14148 - bye Disassembler --HG-- branch : trunk
This commit is contained in:
7
sql/updates/692_world.sql
Normal file
7
sql/updates/692_world.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` IN ('14144','14148');
|
||||
INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES
|
||||
('14144','0','0','0','2','0','0','0','0'),
|
||||
('14148','0','0','0','2','0','0','0','0');
|
||||
DELETE FROM `spell_proc_event` WHERE entry = 38164;
|
||||
INSERT INTO `spell_proc_event` (`entry`,`SchoolMask`,`SpellFamilyName`,`SpellFamilyMask`,`procFlags`,`procEx`,`ppmRate`,`CustomChance`,`Cooldown`) VALUES
|
||||
(38164,0,0,0,0,1,0,0,60);
|
||||
Reference in New Issue
Block a user