mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 18:36:31 +01:00
DB/Gameobject: Fix some gameobjects respawn time
Updates #16970 #16977 #16972 #16990
This commit is contained in:
3
sql/updates/world/6.x/2016_04_17_01_world.sql
Normal file
3
sql/updates/world/6.x/2016_04_17_01_world.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
--
|
||||
UPDATE `gameobject` SET `spawntimesecs` = 10 WHERE `id` IN (148499, 178084, 178085, 176785);
|
||||
UPDATE `gameobject` SET `spawntimesecs` = 2 WHERE `id` IN (190447, 759);
|
||||
Reference in New Issue
Block a user