diff options
-rw-r--r-- | db/constants.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/db/constants.conf b/db/constants.conf index 15a96e8f4..98f39a241 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -3928,10 +3928,15 @@ constants_db: { NPC_STATUE_R177: 177 NPC_STATUE_R178: 178 NPC_STATUE_EMPTY: 179 + // Not animated NPCs NPC_CONSTR_WORKER: 180 + NPC_BOWMASTER: 181 + NPC_LUMBERJACK: 182 + // TMW-BR Non Animated NPCs NPC_JOURNALMAN: 309 + NPC_FISHERMAN_HALI: 311 NPC_MIRAJ: 323 NPC_ANDREI: 329 |