fix(DB/gameobject): Core Fragment should not despawn (#4311)

Co-authored-by: Zoidwaffle <zoidwaffle@gmail.com>
This commit is contained in:
Peter
2021-02-01 18:00:54 +01:00
committed by GitHub
parent 683ddf6c8d
commit 68f7cf3fab

View File

@@ -0,0 +1,5 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1610978234315303947');
-- Core Fragment in Blackrock Depths shouldn't despawn after being looted once
UPDATE `gameobject` SET `spawntimesecs`=2 WHERE `guid`=43133;