From 4bec4025c457efe9eda41fd50fb80cdf1387116e Mon Sep 17 00:00:00 2001 From: Dr-J Date: Tue, 26 Aug 2014 01:47:58 +0100 Subject: DB/SAI: Kill SAI Errors NPCS in Sunken temple do not need difficulty flags as there is only one mode --- sql/updates/world/2014_08_26_00_world_sai.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/2014_08_26_00_world_sai.sql (limited to 'sql') diff --git a/sql/updates/world/2014_08_26_00_world_sai.sql b/sql/updates/world/2014_08_26_00_world_sai.sql new file mode 100644 index 00000000000..4c54d91a75b --- /dev/null +++ b/sql/updates/world/2014_08_26_00_world_sai.sql @@ -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); -- cgit v1.2.3