fix(DB/Gameobject): Preserved Threshadon Carcass should be despawned before the event. (#10543)

Fixed #10449
This commit is contained in:
UltraNix
2022-02-14 17:33:37 +01:00
committed by GitHub
parent 49191da0f8
commit a32543707b

View File

@@ -0,0 +1,3 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1644076677748626800');
UPDATE `gameobject` SET `spawntimesecs`=-180 WHERE `id`=169216;