diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2015-02-27 12:44:24 +0100 |
---|---|---|
committer | Aokromes <Aokromes@users.noreply.github.com> | 2015-02-27 12:44:24 +0100 |
commit | 50a9424e45588d78b083766a1ca7e30b56a1ade6 (patch) | |
tree | bacd9f61937748e1aff125829704affcee3db6e9 | |
parent | b911356bad9a2e37498ab15b638069739a7a4d26 (diff) |
DB/Creature: Conditions for king jokkum
By ccrs, closes #14251
-rw-r--r-- | sql/updates/world/2015_02_27_00_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/2015_02_27_00_world.sql b/sql/updates/world/2015_02_27_00_world.sql new file mode 100644 index 00000000000..92d1bd55c8a --- /dev/null +++ b/sql/updates/world/2015_02_27_00_world.sql @@ -0,0 +1,5 @@ +-- +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=9900; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(15,9900,0,0,0,9,0,13010,0,0,0,0,'','Show gossip if player has quest completed'), +(15,9900,0,0,0,5,0,1119,240,0,0,0,'','Show gossip if player is at least friendly'); |