mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-28 21:02:14 +01:00
Script/Spell: remove cosmetic effect for Water Bucket item at login if it expired after the player logged out.
This commit is contained in:
4
sql/updates/world/3.3.5/2016_10_21_01_world.sql
Normal file
4
sql/updates/world/3.3.5/2016_10_21_01_world.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
--
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id`=42336;
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(42336, "spell_hallows_end_has_water_bucket");
|
||||
Reference in New Issue
Block a user