1
0
EQ2Emu/docs/worlddb_schema.md
2025-05-04 14:34:15 -04:00

14 KiB

🗃️ EQ2Emu WorldDB Schema Documentation

This document describes the MySQL schema for the World Server (eq2emu).


📚 Table of Contents


Introduction

The world database manages all in-game content data, including NPCs, spawns, items, spells, and quests.


📌 Notes

  • Schema extracted from eq2emu_worlddb_schema.sql.
  • Full table documentation will be added here.