mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 02:46:33 +01:00
DB/SAI: Fix several runtime warnings / logical mistakes
* Wrong event types for linked events * Possible multiple AI template initialization
This commit is contained in:
3
sql/updates/world/2013_06_29_01_world_misc.sql
Normal file
3
sql/updates/world/2013_06_29_01_world_misc.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
UPDATE `smart_scripts` SET `event_type`=37 WHERE `entryorguid` IN (9818,9817) AND `id`=0 AND `source_type`=0;
|
||||
UPDATE `smart_scripts` SET `event_type`=61 WHERE ((`entryorguid`=10817 AND `id`=9) OR (`entryorguid`= 1399 AND `id`=3)) AND `source_type`=0;
|
||||
UPDATE `smart_scripts` SET `link`=11 WHERE `entryorguid`=314 AND `id`=10 AND `source_type`=0;
|
||||
Reference in New Issue
Block a user