diff options
author | Discover- <amort11@hotmail.com> | 2012-04-25 08:15:05 +0200 |
---|---|---|
committer | Discover- <amort11@hotmail.com> | 2012-04-25 08:15:05 +0200 |
commit | bf0d001cd3bc5347fecd92d8fbec2a196d6dcda9 (patch) | |
tree | 0d0685fe917374c0ebd94aa1839ef3d5032a9a2b | |
parent | e6a6f6539d59357c617b2679e9123d0a05954e6b (diff) |
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.
-rw-r--r-- | sql/updates/world/2012_04_25_00_world_misc.sql | 3 |
1 files changed, 3 insertions, 0 deletions
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; |