mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 09:44:45 +01:00
DB/Spells: Fix typo in 16d14322c2
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
DELETE FROM `spell_proc_event` WHERE `entry`=-84583;
|
||||
INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES
|
||||
(-84583, 0, 4, 0x22200004, 0, 0, 0, 0, 0, 0, 0);
|
||||
(-84583, 0, 4, 0x2000000, 0, 0, 0, 0, 0, 0, 0);
|
||||
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id`=-84583;
|
||||
INSERT INTO `spell_script_names`(`spell_id`, `ScriptName`) VALUES
|
||||
|
||||
Reference in New Issue
Block a user