mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/SAI: Kill SAI Errors
NPCS in Sunken temple do not need difficulty flags as there is only one mode
This commit is contained in:
4
sql/updates/world/2014_08_26_00_world_sai.sql
Normal file
4
sql/updates/world/2014_08_26_00_world_sai.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
UPDATE `smart_scripts` SET `event_flags`=0 WHERE `entryorguid`=5261 AND `source_type`=0 AND `id`=0;
|
||||
UPDATE `smart_scripts` SET `event_flags`=0 WHERE `entryorguid`=5263 AND `source_type`=0 AND `id`=0;
|
||||
UPDATE `smart_scripts` SET `event_flags`=0 WHERE `entryorguid`=5269 AND `source_type`=0 AND `id`IN(0,1,2);
|
||||
UPDATE `smart_scripts` SET `event_flags`=1 WHERE `entryorguid`=5269 AND `source_type`=0 AND `id`IN(3);
|
||||
Reference in New Issue
Block a user