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
2025-05-28 21:48:33 -04:00
2025-05-04 14:34:15 -04:00
2024-07-05 10:32:47 -04:00
2025-06-08 15:00:17 -04:00

EQ2EMu Project

This is a work in progress for the beta release of the EQ2EMu Project.

Visit https://www.eq2emu.com for more project details, wiki and server installation instructions.

Building/Compiling

Linux Compile and Installation Instructions: On our Wiki

Authors

Project team site at EQ2EMu and ZekLabs

License

This project is licensed under the GNU General Public License - see the LICENSE file for details

Description
C++ implementation
Readme GPL-3.0 6.4 MiB
Languages
C++ 98.7%
C 1.1%
Shell 0.1%