diff options
author | SignFinder <signfinder@gmail.com> | 2012-07-22 02:59:20 +0100 |
---|---|---|
committer | Nay <dnpd.dd@gmail.com> | 2012-07-22 02:59:20 +0100 |
commit | c2ab5ee974d65d218e177ac6a0ab06b30f8d9ab4 (patch) | |
tree | 47650a041f3c8c8fd730cce15327041b74cd3133 | |
parent | 3f986a8f669e1832bd572a151c19362487de5a8f (diff) |
DB/Conditions: Missing condition for gameobject Sha'ni Proudtusk's Remains
Closes #6863
Signed-off-by: Nay <dnpd.dd@gmail.com>
-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'); |