mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-17 13:39:46 -04:00
4b47c30641
* Fix EOL issues on all SQL files --HG-- branch : trunk
3 lines
240 B
SQL
3 lines
240 B
SQL
DELETE FROM spell_proc_event where entry = 42083;
|
|
INSERT INTO spell_proc_event (entry, SchoolMask, Category, SkillID, SpellFamilyName, SpellFamilyMask, procFlags, ppmRate, cooldown) VALUES
|
|
(42083,0,0,0,0,0x0000000000000000,0x00401000,0,45); |