diff options
-rw-r--r-- | sql/updates/world/2012_07_22_12_world_creature_template.sql (renamed from sql/updates/world/2012_07_22_12_creature_template.sql) | 0 | ||||
-rw-r--r-- | sql/updates/world/2012_07_22_13_world_conditions.sql | 3 |
2 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2012_07_22_12_creature_template.sql b/sql/updates/world/2012_07_22_12_world_creature_template.sql index 51e2b36d15d..51e2b36d15d 100644 --- a/sql/updates/world/2012_07_22_12_creature_template.sql +++ b/sql/updates/world/2012_07_22_12_world_creature_template.sql diff --git a/sql/updates/world/2012_07_22_13_world_conditions.sql b/sql/updates/world/2012_07_22_13_world_conditions.sql new file mode 100644 index 00000000000..896257d3f92 --- /dev/null +++ b/sql/updates/world/2012_07_22_13_world_conditions.sql @@ -0,0 +1,3 @@ +DELETE FROM conditions WHERE SourceTypeOrReferenceId=22 AND SourceEntry=160445; +INSERT INTO conditions (SourceTypeOrReferenceId, SourceGroup, SourceEntry, SourceId, ElseGroup, ConditionTypeOrReference, ConditionTarget, ConditionValue1, ConditionValue2, ConditionValue3, NegativeCondition, ErrorTextId, ScriptName, Comment) VALUES +(22, 1, 160445, 1, 0, 28, 0, 3821, 0, 0, 0, 0, '', 'Execute SmartAI for gameobject 160445 only if player has complete quest 3821'); |