From bf0d001cd3bc5347fecd92d8fbec2a196d6dcda9 Mon Sep 17 00:00:00 2001 From: Discover- Date: Wed, 25 Apr 2012 08:15:05 +0200 Subject: DB/Misc: Fix start-up errors and non-working SmartAI from 61bc8e1c6f82558b3cb1f441ffad1d40dca198a9. Thanks @Xanvial for spotting the SAI issue and @joschiwald for the condition start-up errors. --- sql/updates/world/2012_04_25_00_world_misc.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/2012_04_25_00_world_misc.sql (limited to 'sql') diff --git a/sql/updates/world/2012_04_25_00_world_misc.sql b/sql/updates/world/2012_04_25_00_world_misc.sql new file mode 100644 index 00000000000..3d2f20fdc8c --- /dev/null +++ b/sql/updates/world/2012_04_25_00_world_misc.sql @@ -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; -- cgit v1.2.3