Script/Spell: remove cosmetic effect for Water Bucket item at login if it expired after the player logged out.

This commit is contained in:
SnapperRy
2016-10-21 15:55:42 +02:00
parent e78cb6ac5c
commit 16cfd59f5b
3 changed files with 74 additions and 0 deletions

View 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");