Improve quest The Lost Tablets of Will (#4452)

This commit is contained in:
Peter
2021-02-06 22:31:26 +01:00
committed by GitHub
parent 990e4943ba
commit d8afa849e3

View File

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