diff options
| author | Filip <boev.filip@gmail.com> | 2013-10-10 08:58:58 +0200 |
|---|---|---|
| committer | Filip <boev.filip@gmail.com> | 2013-10-10 08:58:58 +0200 |
| commit | 114bafe82b91157fdd523d3382914d7bdb97806d (patch) | |
| tree | d2d2f2e9ef0f877a96f087a38d91b459dad19c8e | |
| parent | 6d562b12481790d57e673843cec77d8ccbd60c64 (diff) | |
DB/Update: Chat flood
By @bele fixes #11025
| -rw-r--r-- | sql/updates/world/2013_10_10_01_world_update.sql | 1 |
1 files changed, 1 insertions, 0 deletions
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; |
