Emu/source/WorldServer
Emagi 6b22386ef6 #37 Fix north qeynos temple of life, ForceZone transport_type added to transporters table see comment for table updates.
ALTER TABLE transporters
MODIFY COLUMN transport_type ENUM('Zone', 'Location', 'Generic Transport', 'Flight', 'ForceZone')
NOT NULL DEFAULT 'Zone';

This provides the north qeynos teleporters for Temple of Life to work as zone points (with code update):

update transporters set transport_type='ForceZone' where id=43;
update transporters set transport_type='ForceZone' where id=44;
2025-06-20 09:17:25 -04:00
..
2024-07-22 08:52:28 -04:00
2024-07-22 08:52:28 -04:00
2024-07-22 08:52:28 -04:00
2025-06-18 16:49:04 -04:00
2024-07-22 08:52:28 -04:00
2024-07-22 08:52:28 -04:00
2024-07-22 08:52:28 -04:00
2025-03-05 08:37:52 -05:00
2024-07-22 08:52:28 -04:00
2024-07-22 08:52:28 -04:00
2024-07-22 08:52:28 -04:00
2025-06-15 19:13:29 -04:00
2024-07-22 08:52:28 -04:00
2024-07-22 08:52:28 -04:00
2025-05-11 21:03:16 -04:00
2024-07-22 08:52:28 -04:00
2024-07-22 08:52:28 -04:00
2024-07-22 08:52:28 -04:00
2024-07-22 08:52:28 -04:00
2024-07-22 08:52:28 -04:00
2024-07-22 08:52:28 -04:00
2024-07-22 08:52:28 -04:00
2024-07-22 08:52:28 -04:00
2024-07-22 08:52:28 -04:00
2024-07-22 08:52:28 -04:00
2024-07-22 08:52:28 -04:00
2024-07-22 08:52:28 -04:00
2024-07-22 08:52:28 -04:00
2024-07-22 08:52:28 -04:00
2024-07-22 08:52:28 -04:00
2024-07-22 08:52:28 -04:00
2024-07-22 08:52:28 -04:00
2024-07-22 08:52:28 -04:00
2025-06-17 08:42:31 -04:00
2024-07-22 08:52:28 -04:00
2024-07-22 08:52:28 -04:00
2024-07-22 08:52:28 -04:00
2024-07-22 08:52:28 -04:00
2024-07-22 08:52:28 -04:00
2024-07-22 08:52:28 -04:00
2024-07-22 08:52:28 -04:00
2024-07-22 08:52:28 -04:00