
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;
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
Languages
C++
98.7%
C
1.1%
Shell
0.1%