From 16cfd59f5b368fd1d05eeeab3afbacfccf0a6870 Mon Sep 17 00:00:00 2001 From: SnapperRy Date: Fri, 21 Oct 2016 15:55:42 +0200 Subject: Script/Spell: remove cosmetic effect for Water Bucket item at login if it expired after the player logged out. --- sql/updates/world/3.3.5/2016_10_21_01_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/3.3.5/2016_10_21_01_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2016_10_21_01_world.sql b/sql/updates/world/3.3.5/2016_10_21_01_world.sql new file mode 100644 index 00000000000..3753e8fd9c7 --- /dev/null +++ b/sql/updates/world/3.3.5/2016_10_21_01_world.sql @@ -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"); -- cgit v1.2.3