fix(DB/GO): respawn timer for Waterlogged Letter (#7057)

This commit is contained in:
Asthalor
2021-07-23 15:12:22 +02:00
committed by GitHub
parent 1919f945c5
commit 3ab55e96b6

View File

@@ -0,0 +1,5 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1626861668380896800');
-- Changed the spawn timer from 2 hours to 10 minutes for the item Waterlogged Letter
UPDATE `gameobject` SET `spawntimesecs` = 600 WHERE (`id` = 2656) AND (`guid` IN (14656));