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:
Dr-J
2014-08-26 01:47:58 +01:00
parent d0daafeb87
commit 4bec4025c4

View 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);