Core/Spells: implement Mad/Crazy Alchemist's potions

This commit is contained in:
Gerhood
2017-01-29 14:06:40 +01:00
committed by Aokromes
parent d3d6c55650
commit bab59b28fa
6 changed files with 153 additions and 49 deletions

View File

@@ -0,0 +1,4 @@
DELETE FROM spell_script_names WHERE spell_id IN (45051, 53750);
INSERT INTO spell_script_names (spell_id, ScriptName) VALUES
(45051, 'spell_item_mad_alchemists_potion'),
(53750, 'spell_item_crazy_alchemists_potion');