diff options
Diffstat (limited to 'db/constants.conf')
-rw-r--r-- | db/constants.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/db/constants.conf b/db/constants.conf index 516e7e5f2..d53f597b2 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -4093,7 +4093,8 @@ constants_db: { NPC_KATJA_TREE: 911 NPC_DAN_NOTE: 912 NPC_SLOTMACHINE: 913 - NPC_OFFSET_NO_SPRITE: 998 + NPC_SWITCH_OFFLINE: 914 + NPC_SWITCH_ONLINE: 915 comment__: "special npcs" NPC_EMPTY: -1 @@ -4102,6 +4103,7 @@ constants_db: { NPC_UNUSED__MOBTOMB: 565 NPC_WARP_DEBUG: 722 NPC_UNUSED__FLAG: 722 + NPC_OFFSET_NO_SPRITE: 998 NPC_NO_SPRITE: 999 NPC_HIDDEN: 32767 |