fix(DB/gameobject): Fathom Stone GO respawn (#6049)

This commit is contained in:
Stifler82
2021-06-02 12:40:45 +01:00
committed by GitHub
parent 7e5e7cfb0c
commit 6288a0c8c9

View File

@@ -0,0 +1,3 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1621964735730077300');
UPDATE `gameobject` SET `spawntimesecs` = 5 WHERE (`guid` = 32686);