diff options
| author | Lythrayr <Lythrayr@users.noreply.github.com> | 2018-03-27 23:55:25 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2021-09-23 20:03:39 +0200 |
| commit | 532e88fcf49ae78087a8d1b3c78f13a86e87c4da (patch) | |
| tree | 31da9b7222a2aa3161a6568038cc9f90356af17b | |
| parent | cba2a77c883ce4a740548f7f5e0e578f4221c0c1 (diff) | |
DB/Quest: Fix quest chaining related to the Fire Hardened set
Updates #21718
(cherry picked from commit 6077cbfece52ebd3f94937ffdcf5e25ec2f56f2d)
| -rw-r--r-- | sql/updates/world/master/2021_09_23_07_world_2018_03_27_16_world_335.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_09_23_07_world_2018_03_27_16_world_335.sql b/sql/updates/world/master/2021_09_23_07_world_2018_03_27_16_world_335.sql new file mode 100644 index 00000000000..63d1abf9dff --- /dev/null +++ b/sql/updates/world/master/2021_09_23_07_world_2018_03_27_16_world_335.sql @@ -0,0 +1,5 @@ +-- UPDATE `item_template` SET `maxcount`=1 WHERE `entry`=6926; +UPDATE `quest_template` SET `AllowableRaces`=8 WHERE `ID`=1703; +UPDATE `quest_template` SET `AllowableRaces`=64 WHERE `ID`=1704; +UPDATE `quest_template` SET `AllowableRaces`=1|4 WHERE `ID`=1700; +UPDATE `quest_template_addon` SET `PrevQuestID`=1782 WHERE `ID` IN (1710, 1705, 1708,1703,1704,1700); |
