From ff8bc029cea05a1c74b7633ae5ffecb5960ec55f Mon Sep 17 00:00:00 2001 From: Filip Date: Sun, 29 Sep 2013 22:28:45 +0200 Subject: DB/Update: Gibblewilt fear spam By @Vincent-Michael fixes #10627 --- sql/updates/world/2013_09_29_04_world_updatesi.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/2013_09_29_04_world_updatesi.sql (limited to 'sql/updates') diff --git a/sql/updates/world/2013_09_29_04_world_updatesi.sql b/sql/updates/world/2013_09_29_04_world_updatesi.sql new file mode 100644 index 00000000000..9170cfdbaac --- /dev/null +++ b/sql/updates/world/2013_09_29_04_world_updatesi.sql @@ -0,0 +1,3 @@ +UPDATE `smart_scripts` SET `link`=12 WHERE `entryorguid`=8503 AND `source_type`=0 AND `id`=11; +UPDATE `smart_scripts` SET `event_type`=61,`event_param2`=0 WHERE `entryorguid`=8503 AND `source_type`=0 AND `id`=12; +UPDATE `smart_scripts` SET `event_type`=61,`link`=0 WHERE `entryorguid`=8503 AND `source_type`=0 AND `id`=13; -- cgit v1.2.3