diff options
author | Dr-J <daniel.jarrott0@gmail.com> | 2014-08-26 01:47:58 +0100 |
---|---|---|
committer | Dr-J <daniel.jarrott0@gmail.com> | 2014-08-26 01:47:58 +0100 |
commit | 4bec4025c457efe9eda41fd50fb80cdf1387116e (patch) | |
tree | 03936c63d7f2f928ef5ea37061b28dde4de57b59 | |
parent | d0daafeb87f2f01b4a84acd8f6b9e6b378ee763e (diff) |
DB/SAI: Kill SAI Errors
NPCS in Sunken temple do not need difficulty flags as there is only one mode
-rw-r--r-- | sql/updates/world/2014_08_26_00_world_sai.sql | 4 |
1 files changed, 4 insertions, 0 deletions
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); |