fix(DB/gameobject): Improve quest Fields of Grief (#4529)

This commit is contained in:
Peter
2021-02-14 02:37:48 +01:00
committed by GitHub
parent 367684fcbc
commit 5709fc4bec

View File

@@ -0,0 +1,5 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1612957477367642592');
-- Lower respawn rate for Tirisfal Pumpkin
UPDATE `gameobject` SET `spawntimesecs`=300 WHERE `guid` IN (45042, 45043, 45157, 45194, 45195, 45196, 45197, 45198, 45200, 45201);