diff options
author | Micksha <Micksha@users.noreply.github.com> | 2018-10-05 22:49:18 +0200 |
---|---|---|
committer | Micksha <Micksha@users.noreply.github.com> | 2018-11-05 21:34:37 +0100 |
commit | e34d012804b9a10283c3b2ced98c73542833a731 (patch) | |
tree | 4212be0f15acf2e1a4b5712590db5ebaf6e17f80 /db | |
parent | 862551f1341356d88a4b969a90f1c98de82067dc (diff) | |
download | serverdata-e34d012804b9a10283c3b2ced98c73542833a731.tar.gz serverdata-e34d012804b9a10283c3b2ced98c73542833a731.tar.bz2 serverdata-e34d012804b9a10283c3b2ced98c73542833a731.tar.xz serverdata-e34d012804b9a10283c3b2ced98c73542833a731.zip |
fix synthax issues
Diffstat (limited to 'db')
-rw-r--r-- | db/constants.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/db/constants.conf b/db/constants.conf index f7f4feaf..b851ccf8 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -4035,7 +4035,7 @@ constants_db: { NPC_YOUNG_MAN_KFAHR: 152 NPC_INSPECTOR: 153 NPC_SUSPICIOUS_TRADER: 154 - NPC_GENERAL STORE: 155 + NPC_GENERAL_STORE: 155 NPC_TRAVELLER_DRUID: 156 NPC_DARK_DRUID: 157 NPC_AIRLIA: 158 @@ -4043,7 +4043,7 @@ constants_db: { NPC_BLONDE_APPRENTICE: 160 NPC_GIRL_MILLY: 161 NPC_OLANA: 162 - NPC_DESERT_HAT_MAN 163 + NPC_DESERT_HAT_MAN: 163 NPC_YOUNG_MAN_IN_PINK: 164 NPC_WAITRESS_LEGACY: 165 NPC_WIZARD: 166 |