From 7be070359b941877de63ab3523bb74423ef5ed28 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Tue, 15 Jul 2014 12:44:54 +0200 Subject: [PATCH] DB/SAI: Adition to 70c82a3 By dr-j --- sql/updates/world/2014_07_15_02_world_misc.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/2014_07_15_02_world_misc.sql diff --git a/sql/updates/world/2014_07_15_02_world_misc.sql b/sql/updates/world/2014_07_15_02_world_misc.sql new file mode 100644 index 00000000000..d176d28e7ad --- /dev/null +++ b/sql/updates/world/2014_07_15_02_world_misc.sql @@ -0,0 +1,4 @@ +-- +UPDATE `smart_scripts` SET `event_param4`=10000 WHERE `entryorguid` IN (7380,7381,7382,7383,7384,7385,22816) AND `source_type`=0; +UPDATE `smart_scripts` SET `event_param3`=4500 WHERE `entryorguid`=32255 AND `source_type`=0 AND `id`=1 AND `link`=0; +DELETE FROM `conditions`WHERE `SourceEntry` = '62004';