From 4bb1ea18bc74911b7ead8ac5443506cb3023fa4e Mon Sep 17 00:00:00 2001 From: ModoX Date: Fri, 31 Oct 2025 09:57:39 +0100 Subject: DB/GameObject: Fix respawn time of Shadow Sight for Maldraxxus Coliseum and Cage of Carnage arenas --- sql/updates/world/master/2025_10_31_02_world.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/master/2025_10_31_02_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/master/2025_10_31_02_world.sql b/sql/updates/world/master/2025_10_31_02_world.sql new file mode 100644 index 00000000000..0b0efcac97a --- /dev/null +++ b/sql/updates/world/master/2025_10_31_02_world.sql @@ -0,0 +1 @@ +UPDATE `gameobject` SET `spawntimesecs`=360 WHERE `guid` IN(8000131, 8000132, 10001803, 10001804); -- cgit v1.2.3