diff options
author | Filip <boev.filip@gmail.com> | 2013-09-24 23:05:26 +0200 |
---|---|---|
committer | Filip <boev.filip@gmail.com> | 2013-09-24 23:05:26 +0200 |
commit | d6a6f44148361f4fcde04d59eca421419584ed03 (patch) | |
tree | 0ae9aa8e80d58f159f6b7a68c3c5e638c795f03d | |
parent | 20d070172bae081e1797a710bc5356a7c46f9a7b (diff) |
DB/SAI: Non-repeatable flags change & credit circumvention
By dr-j fixes #10929 fixes #6444
-rw-r--r-- | sql/updates/world/2013_09_24_00_world_sai.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/2013_09_24_00_world_sai.sql b/sql/updates/world/2013_09_24_00_world_sai.sql new file mode 100644 index 00000000000..a4f38d208a9 --- /dev/null +++ b/sql/updates/world/2013_09_24_00_world_sai.sql @@ -0,0 +1,6 @@ +UPDATE `smart_scripts` SET `event_flags`=0 WHERE `entryorguid`=18110 AND `source_type`=0 AND `id`=0 AND `link`=1; +UPDATE `smart_scripts` SET `event_flags`=0 WHERE `entryorguid`=18142 AND `source_type`=0 AND `id`=0 AND `link`=1; +UPDATE `smart_scripts` SET `event_flags`=0 WHERE `entryorguid`=18143 AND `source_type`=0 AND `id`=0 AND `link`=1; +UPDATE `smart_scripts` SET `event_flags`=0 WHERE `entryorguid`=18144 AND `source_type`=0 AND `id`=0 AND `link`=1; +-- It's all fun and games +UPDATE `smart_scripts` SET `action_type`=85 WHERE `entryorguid`=29747 AND `source_type`=0 AND `id`=1 AND `link`=0; |