diff options
-rw-r--r-- | db/constants.conf | 4 | ||||
-rw-r--r-- | npc/008-2-10/airlia.txt | 4 |
2 files changed, 4 insertions, 4 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 diff --git a/npc/008-2-10/airlia.txt b/npc/008-2-10/airlia.txt index d300b52a..fa16659b 100644 --- a/npc/008-2-10/airlia.txt +++ b/npc/008-2-10/airlia.txt @@ -5,8 +5,8 @@ // Airlia, the girl in the townhall. // THIS IS A PLACEHOLDER! -008-2-10,41,29,0 script Airlia NPC_AIRLIA,{ - speech +008-2-10,41,29,0 script Airlia NPC_AIRLIA,{ + speech l("Hi!"), lg("Did you visit the graveyard already? I havent met people coming back alive for ages."); l("There must be cruel things going on."); |