mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 02:04:52 +01:00
DB/Spells: Fix typo in a86f818fe1
This commit is contained in:
@@ -4,4 +4,4 @@ INSERT INTO `spell_script_names`(`spell_id`, `ScriptName`) VALUES
|
||||
|
||||
DELETE FROM `spell_proc_event` WHERE `entry`=32216;
|
||||
INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES
|
||||
(32216, 0, 4, 0, 256, 0, 16, 0, 0, 0, 0);
|
||||
(32216, 0, 4, 0, 256, 0, 16, 0, 0, 100, 0);
|
||||
|
||||
Reference in New Issue
Block a user