mirror of
https://github.com/uprightbass360/AzerothCore-RealmMaster.git
synced 2026-02-03 19:03:50 +00:00
module setup process
This commit is contained in:
@@ -364,7 +364,8 @@
|
||||
"arac.conf*"
|
||||
],
|
||||
"description": "Unlocks every race/class pairing so players can roll any combination",
|
||||
"category": "customization"
|
||||
"category": "customization",
|
||||
"server_dbc_path": "patch-contents/DBFilesContent"
|
||||
},
|
||||
{
|
||||
"key": "MODULE_ASSISTANT",
|
||||
@@ -473,7 +474,8 @@
|
||||
"requires": [
|
||||
"MODULE_ELUNA"
|
||||
],
|
||||
"category": "content"
|
||||
"category": "content",
|
||||
"notes": "DBC files in client-side/DBFilesClient are CLIENT-ONLY. Server data must be downloaded separately from releases."
|
||||
},
|
||||
{
|
||||
"key": "MODULE_AZEROTHSHARD",
|
||||
@@ -496,7 +498,9 @@
|
||||
"requires": [
|
||||
"MODULE_ELUNA"
|
||||
],
|
||||
"category": "customization"
|
||||
"category": "customization",
|
||||
"server_dbc_path": "data/patch/DBFilesClient",
|
||||
"notes": "Requires client patch installation; server DBC files must be deployed to /azerothcore/data/dbc/"
|
||||
},
|
||||
{
|
||||
"key": "MODULE_ELUNA_TS",
|
||||
|
||||
Reference in New Issue
Block a user