From 114bafe82b91157fdd523d3382914d7bdb97806d Mon Sep 17 00:00:00 2001 From: Filip Date: Thu, 10 Oct 2013 08:58:58 +0200 Subject: DB/Update: Chat flood By @bele fixes #11025 --- sql/updates/world/2013_10_10_01_world_update.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/2013_10_10_01_world_update.sql (limited to 'sql') diff --git a/sql/updates/world/2013_10_10_01_world_update.sql b/sql/updates/world/2013_10_10_01_world_update.sql new file mode 100644 index 00000000000..e6aaa90f07f --- /dev/null +++ b/sql/updates/world/2013_10_10_01_world_update.sql @@ -0,0 +1 @@ +UPDATE `smart_scripts` SET `event_flags` = 1 WHERE `entryorguid` IN (16325,16326) AND `source_type` = 0 AND `id` = 0 AND `link` = 1; -- cgit v1.2.3