fix(DB/Quest): QuestType in Spawn of Jubjub (#6386)

This commit is contained in:
Walter Pagani
2021-06-24 06:01:23 -03:00
committed by GitHub
parent 8f640a1ce9
commit 9bf617be49

View File

@@ -0,0 +1,3 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1623898752221080100');
UPDATE `quest_template` SET `QuestType`=2 WHERE `id`=7946;