mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 05:06:24 +00:00
fix(DB/Quest): decrease respawn items Bloodsail (#7608)
Decrease spawn time from 900sec to 180sec
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1630172168898330770');
|
||||
|
||||
-- Bloodsail Charts
|
||||
UPDATE `gameobject` SET `spawntimesecs` = 180 WHERE `id` = 2086 AND `guid` = 12154;
|
||||
-- Bloodsail Orders
|
||||
UPDATE `gameobject` SET `spawntimesecs` = 180 WHERE `id` = 2087 AND `guid` = 12156;
|
||||
Reference in New Issue
Block a user