diff options
| author | Lythrayr <Lythrayr@users.noreply.github.com> | 2018-03-27 23:55:25 +0200 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2018-03-27 23:55:25 +0200 |
| commit | 6077cbfece52ebd3f94937ffdcf5e25ec2f56f2d (patch) | |
| tree | c901b46bb5a8de4dba38e9194965ded88dbdc79c | |
| parent | 8d81f6a88e402059d40e46c90bba81d32bde8cdd (diff) | |
DB/Quest: Fix quest chaining related to the Fire Hardened set
Updates #21718
| -rw-r--r-- | sql/updates/world/3.3.5/2018_03_27_16_world_335.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_03_27_16_world_335.sql b/sql/updates/world/3.3.5/2018_03_27_16_world_335.sql new file mode 100644 index 00000000000..627ffdc2e58 --- /dev/null +++ b/sql/updates/world/3.3.5/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); |
