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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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