DB/Updates: AI fixups

By @Aokromes, fixes #10733 #10728
This commit is contained in:
Filip
2013-09-07 19:03:12 +02:00
parent e8675dd4ed
commit 00f3e423a5
@@ -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;