Improve quest Rituals of Power (#4449)

This commit is contained in:
Peter
2021-02-09 04:26:00 +01:00
committed by GitHub
parent b225b43d26
commit 45f012a52b

View File

@@ -0,0 +1,5 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1612518645889979917');
-- Lower respawn of Rituals of Power from 24h to 2s
UPDATE `gameobject` SET `spawntimesecs`=2 WHERE `guid`=32237;