diff options
| author | Shauren <shauren.trinity@gmail.com> | 2021-12-11 16:04:29 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2021-12-11 16:13:45 +0100 |
| commit | 3d3d255a47725398fd4d011a1a01eee141691ec4 (patch) | |
| tree | 25e00aed50586ae0b10c00ada07c294476a37414 /sql | |
| parent | a032d84cf4cf8aca262e6ca6352ad1e82b3e245f (diff) | |
Core/Conditions: Sync CONDITION_QUEST_OBJECTIVE_PROGRESS implementation with 3.3.5
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2021_12_11_22_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_11_22_world.sql b/sql/updates/world/master/2021_12_11_22_world.sql new file mode 100644 index 00000000000..f1d3a4396ff --- /dev/null +++ b/sql/updates/world/master/2021_12_11_22_world.sql @@ -0,0 +1,4 @@ +UPDATE `conditions` SET `ConditionValue3`=1 WHERE `ConditionTypeOrReference`=48 AND `ConditionValue1`=395159; +UPDATE `conditions` SET `ConditionValue3`=1 WHERE `ConditionTypeOrReference`=48 AND `ConditionValue1`=395215; +UPDATE `conditions` SET `ConditionValue3`=1 WHERE `ConditionTypeOrReference`=48 AND `ConditionValue1`=406783; +UPDATE `conditions` SET `ConditionValue3`=1 WHERE `ConditionTypeOrReference`=48 AND `ConditionValue1`=406784; |
