diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2015-02-15 15:10:31 +0100 |
---|---|---|
committer | Aokromes <Aokromes@users.noreply.github.com> | 2015-02-15 15:10:31 +0100 |
commit | 7592b65fae05e3cf880a3aaa54d4202a5b077026 (patch) | |
tree | 344a803201234653c0274133de62cd10bd264f51 | |
parent | 72a23a92abb5fab3548cfb5008df9f194c3a0863 (diff) |
DB/Creature: Skorn WhiteCloude
By kldxzzhc2, closes #12812
-rw-r--r-- | sql/updates/world/2015_02_15_07_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2015_02_15_07_world.sql b/sql/updates/world/2015_02_15_07_world.sql new file mode 100644 index 00000000000..afbbc3817ef --- /dev/null +++ b/sql/updates/world/2015_02_15_07_world.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup`=24 AND `SourceEntry`=522; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `Comment`) VALUES +(14, 24, 522, 0, 0, 8, 0, 770, 0, 0, 1, 0, 0, 'Show gossip text if player do not has quest 770 completed'); |