mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 19:35:42 +00:00
fix(DB/GO): respawn timer for Waterlogged Letter (#7057)
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user