fix(Core/Quests): properly handle quests with QuestType=0. (#7718)
- Closes #6732
This commit is contained in:
parent
1510752f64
commit
e7fe6dcb00
4 changed files with 16 additions and 7 deletions
|
|
@ -0,0 +1,3 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1630757583266839900');
|
||||
|
||||
UPDATE `quest_template` SET `QuestType`=0 WHERE `ID` IN (7946,1559,7881,7882,7883,7884,7885,7939,7941);
|
||||
Loading…
Add table
Add a link
Reference in a new issue