fix(DB/gameobject): respawn timers for "Refugee's Quandry" items (#7818)

This commit is contained in:
Azcobu 2021-09-13 23:44:06 +09:30 committed by GitHub
parent 1b8524ebb9
commit bfd88d17c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,11 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1631329691460885909');
-- Set Felix's Box respawn to 10 seconds
UPDATE `gameobject` SET `spawntimesecs` = 10 WHERE `id` = 148499 AND `guid`= 1380;
-- Set Felix's Chest respawn to 10 seconds
UPDATE `gameobject` SET `spawntimesecs` = 10 WHERE `id` = 178084 AND `guid`= 1386;
-- Set Felix's Bucket of Bolts respawn to 10 seconds
UPDATE `gameobject` SET `spawntimesecs` = 10 WHERE `id` = 178085 AND `guid`= 1394;