diff options
| author | Malcrom <malcromdev@gmail.com> | 2013-12-23 16:39:38 -0330 |
|---|---|---|
| committer | Malcrom <malcromdev@gmail.com> | 2013-12-23 16:39:38 -0330 |
| commit | a2c3736e764899d129713b41505f24289bc6caca (patch) | |
| tree | 520746f4f92bde24c7ee98636f7b8efcd86930f4 | |
| parent | 7ef49db25db9bcecdecf4c1bc69779b334694ddf (diff) | |
DB/Condition: Add Conditions for Captured Sunhawk Agent gossip text
| -rw-r--r-- | sql/updates/world/2013_12_23_05_world_condition.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2013_12_23_05_world_condition.sql b/sql/updates/world/2013_12_23_05_world_condition.sql new file mode 100644 index 00000000000..d810cb662b7 --- /dev/null +++ b/sql/updates/world/2013_12_23_05_world_condition.sql @@ -0,0 +1,4 @@ +-- Add Conditions for Captured Sunhawk Agent gossip text +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup`=7531; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(14,7531,9136,0,0,9,0,9756,0,0,0,0,0, '', 'Gossip Option - Show text if Quest 9756 is taken'); |
