fix(DB/Gameobject): remove Shipment of Iron respawn timer (#7833)

This commit is contained in:
Azcobu
2021-09-13 23:44:49 +09:30
committed by GitHub
parent 6898e2fc38
commit 6b5889a6a7

View File

@@ -0,0 +1,5 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1631433270459665577');
-- Remove respawn timer from Shipment of Iron
UPDATE `gameobject` SET `spawntimesecs` = 0 WHERE `id` = 1736 AND `guid` = 20778;