mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 01:08:35 +00:00
fix(DB/gameobject): Improve quest Fields of Grief (#4529)
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user