diff options
author | Filip <boev.filip@gmail.com> | 2013-09-07 19:03:12 +0200 |
---|---|---|
committer | Filip <boev.filip@gmail.com> | 2013-09-07 19:03:12 +0200 |
commit | 00f3e423a523ab306ca183f6500c56c19518ea7c (patch) | |
tree | bf2eaf9fc43e880f5e36f2e82e7b20a58841ee09 | |
parent | e8675dd4ed7c97ea4e22d94d3981031d357d9e5f (diff) |
DB/Updates: AI fixups
By @Aokromes, fixes #10733 #10728
-rw-r--r-- | sql/updates/world/2013_09_07_00_world_updates.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/2013_09_07_00_world_updates.sql b/sql/updates/world/2013_09_07_00_world_updates.sql new file mode 100644 index 00000000000..93999e6202a --- /dev/null +++ b/sql/updates/world/2013_09_07_00_world_updates.sql @@ -0,0 +1,6 @@ +-- Scourge Tactics +UPDATE `smart_scripts` SET `link`=1 WHERE `entryorguid`=30273 AND `id`=0; +UPDATE `smart_scripts` SET `event_type`=61 WHERE `entryorguid`=30273 AND `id`=1; +-- Abjurist Belmara & Conjurer Luminrath +UPDATE `smart_scripts` SET `target_type`=7 WHERE `entryorguid`=19546 AND `id`=2; +UPDATE `smart_scripts` SET `target_type`=7, `target_param1`=0 WHERE `entryorguid`=19580 AND `id`=2; |