mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core/Spells: implement Mad/Crazy Alchemist's potions
(cherrypicked frombab59b28faad262dc5d9873ca7c0856477ec4d66)
This commit is contained in:
@@ -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');
|
||||
Reference in New Issue
Block a user