mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 00:18:43 +01:00
Core/Spells: implement Mad/Crazy Alchemist's potions
This commit is contained in:
4
sql/updates/world/3.3.5/9999_99_99_99_world.sql
Normal file
4
sql/updates/world/3.3.5/9999_99_99_99_world.sql
Normal 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');
|
||||
Reference in New Issue
Block a user