diff options
| author | ModoX <moardox@gmail.com> | 2025-10-31 09:57:39 +0100 |
|---|---|---|
| committer | ModoX <moardox@gmail.com> | 2025-10-31 09:57:39 +0100 |
| commit | 4bb1ea18bc74911b7ead8ac5443506cb3023fa4e (patch) | |
| tree | ac49b8b75ab98021f852a7bc3ad5c77768b65d25 /sql | |
| parent | 39d8f96fdfc53d43e998edaa25ec3711d1a047e1 (diff) | |
DB/GameObject: Fix respawn time of Shadow Sight for Maldraxxus Coliseum and Cage of Carnage arenas
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2025_10_31_02_world.sql | 1 |
1 files changed, 1 insertions, 0 deletions
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); |
