mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-17 08:00:48 +01:00
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:
3
sql/updates/world/2012_04_25_00_world_misc.sql
Normal file
3
sql/updates/world/2012_04_25_00_world_misc.sql
Normal 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;
|
||||
Reference in New Issue
Block a user