mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 17:05:44 +01:00
Core/Spells: Convert/Update "Alchemist Stone" for 4.3.4
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
DELETE FROM `spell_proc_event` WHERE `entry`=17619;
|
||||
INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES
|
||||
(17619, 0, 13, 0, 0, 0, 32768, 0, 0, 100, 0);
|
||||
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id`=17619;
|
||||
INSERT INTO `spell_script_names`(`spell_id`, `ScriptName`) VALUES
|
||||
(17619,'spell_gen_alchemist_stone');
|
||||
Reference in New Issue
Block a user