diff options
author | Jesusalva Jesusalva <jesusalva@themanaworld.org> | 2023-07-10 16:51:31 +0000 |
---|---|---|
committer | Led Mitz <smoothshifter@tuta.io> | 2023-07-10 16:51:31 +0000 |
commit | 0a6997d3c17a812ac966782ef5d6b46ebd2ea889 (patch) | |
tree | aefbb07507d8541dfc61e29398aaf2f022d02ac3 /world/map/db/const.txt | |
parent | 759d091d696aa0e67645405e5017ca2fed709abf (diff) | |
download | serverdata-0a6997d3c17a812ac966782ef5d6b46ebd2ea889.tar.gz serverdata-0a6997d3c17a812ac966782ef5d6b46ebd2ea889.tar.bz2 serverdata-0a6997d3c17a812ac966782ef5d6b46ebd2ea889.tar.xz serverdata-0a6997d3c17a812ac966782ef5d6b46ebd2ea889.zip |
Some missing functions
Diffstat (limited to 'world/map/db/const.txt')
-rw-r--r-- | world/map/db/const.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/world/map/db/const.txt b/world/map/db/const.txt index 6490a6f5..0612fedc 100644 --- a/world/map/db/const.txt +++ b/world/map/db/const.txt @@ -510,3 +510,19 @@ API_VAULT 607 API_SENDMAIL 501 //API_DISCORD 301 //API_PINCODE 302 + +// Mirror Lake Constants +// World Identifiers +WORLD_ID 3 +MLP_CR 1 +MLP_ML 2 + +// Quest Constants +MLP_ML_NARD 1 +MLP_ML_JAK1 2 +MLP_CR_DEBUT 4 + +// Local Quest Constants +MLP_TMW_CELESTIA 1 +MLP_TMW_YETIKING 2 + |