DB/Misc: Fix start-up errors and non-working SmartAI from 61bc8e1c6f.

Thanks @Xanvial for spotting the SAI issue and @joschiwald for the condition start-up errors.
This commit is contained in:
Discover-
2012-04-25 08:15:05 +02:00
parent e6a6f6539d
commit bf0d001cd3

View File

@@ -0,0 +1,3 @@
UPDATE `smart_scripts` SET `source_type`=0,`id`=1 WHERE `entryorguid`=24814 AND `source_type`=1 AND `event_type`=38;
UPDATE `conditions` SET `SourceTypeOrReferenceId`=17 WHERE `SourceEntry` IN (46485,46488);
UPDATE `conditions` SET `ElseGroup`=0 WHERE `SourceEntry` IN (46485,46488) AND `ConditionValue1`=26817;