From d535b98b057f20012653af6af496d9f22f055a83 Mon Sep 17 00:00:00 2001 From: Dr-J Date: Sun, 19 Feb 2017 20:45:55 +0000 Subject: DB/SAI: Zangen Stonehoof Remove part of script which rings bell at start of nights event when his nightly script activates as this should no longer be needed. --- sql/updates/world/3.3.5/2017_02_19_02_world.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/3.3.5/2017_02_19_02_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2017_02_19_02_world.sql b/sql/updates/world/3.3.5/2017_02_19_02_world.sql new file mode 100644 index 00000000000..72bdf08122f --- /dev/null +++ b/sql/updates/world/3.3.5/2017_02_19_02_world.sql @@ -0,0 +1 @@ +DELETE FROM `smart_scripts` WHERE `entryorguid`=4721 AND `source_type`=0 AND `id`=6 AND `link`=0; -- cgit v1.2.3