diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2014-07-19 21:29:45 +0200 |
|---|---|---|
| committer | Aokromes <Aokromes@users.noreply.github.com> | 2014-07-19 21:29:45 +0200 |
| commit | 16f375f3970d047d63eb0e34c2b203e6db51433b (patch) | |
| tree | de4c95b5cd8dae0ea195c9ce2c04994da13ffb5c | |
| parent | 35f5a78a4307eba07cceb94e62504338daa944ea (diff) | |
DB/Creature: Diktynna
By Rushor, updates #12540
| -rw-r--r-- | sql/updates/world/2014_07_19_10_world_conditions.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2014_07_19_10_world_conditions.sql b/sql/updates/world/2014_07_19_10_world_conditions.sql new file mode 100644 index 00000000000..aafa3edf9f7 --- /dev/null +++ b/sql/updates/world/2014_07_19_10_world_conditions.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup`=7361; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(14, 7361, 8822, 0, 0, 8, 0, 9452, 0, 0, 0, 0, 0, '', 'Show gossip text if player has quest 9452 completed'); |
