fix(DB/Quest): Change QuestType in quest 13070 (#14798)

This commit is contained in:
Walter Pagani 2023-01-30 15:20:49 -03:00 committed by GitHub
parent 69b2fbca74
commit e00ad1e9bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,2 @@
--
UPDATE `quest_template` SET `QuestType`=2 WHERE `ID`=13070;