mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-19 03:45:43 +00:00
fix(DB/gameobject): Core Fragment should not despawn (#4311)
Co-authored-by: Zoidwaffle <zoidwaffle@gmail.com>
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user