diff options
author | offl <offl@users.noreply.github.com> | 2017-12-14 19:21:27 +0100 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2017-12-14 19:21:27 +0100 |
commit | c8633a792b9a728246862b91b93f6463c58c7abd (patch) | |
tree | f97fbe3b63e2e8a5b6a1bf5a768e8b144cc8d010 | |
parent | 230e83c983cb0bf496b5cedacba1afba00755e02 (diff) |
DB/Quest: Words of Delivery level conditions
Closes #10608
-rw-r--r-- | sql/updates/world/3.3.5/2017_12_14_09_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_12_14_09_world.sql b/sql/updates/world/3.3.5/2017_12_14_09_world.sql new file mode 100644 index 00000000000..a60d585673b --- /dev/null +++ b/sql/updates/world/3.3.5/2017_12_14_09_world.sql @@ -0,0 +1,5 @@ +-- +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=19 AND `SourceGroup` IN (25286, 25500); +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(19, 0, 25286, 0, 0, 27, 0, 75, 3, 0, 0, 0, 0, "", "Quest 'Words of Delivery' requires level 75 or higher"), +(19, 0, 25500, 0, 0, 27, 0, 74, 4, 0, 0, 0, 0, "", "Quest 'Words of Delivery' requires level 74 or lower"); |