mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 10:37:03 +00:00
* New table added for non-instanced maps (except BG/arena):
- `mangos`.`world_template` (script mapping to non instanced data)
- `characters`.`world` (saved script data string storage)
* InstancedData created for any map types including BGs/arenas, that allow have scripts
state for any maps, but BG/arena instance data not saved.
Note: Possible structures will renamed later for clarify apply to any type maps,
but avoid for now for simplify changes and hard affect to script library sources.
|
||
|---|---|---|
| .. | ||
| tools | ||
| updates | ||
| characters.sql | ||
| create_mysql.sql | ||
| drop_mysql.sql | ||
| Makefile.am | ||
| mangos.sql | ||
| mangos_spell_check.sql | ||
| realmd.sql | ||