diff options
-rw-r--r-- | db/constants.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/db/constants.conf b/db/constants.conf index 29eff101f..5fed175f9 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -3957,10 +3957,9 @@ constants_db: { NPC_BOWMASTER: 181 NPC_LUMBERJACK: 182 NPC_KOGA: 183 - NPC_LOF_FURNACE: 184 // TODO: Animated NPC, move to ID 400+ - NPC_MOUBOOHUNTER: 185 - NPC_HALBERDBARBARIAN: 186 - NPC_SCORPIONKINGLANCE: 187 + NPC_MOUBOOHUNTER: 184 + NPC_HALBERDBARBARIAN: 185 + NPC_SCORPIONKINGLANCE: 186 // LoF Non Animated NPCs NPC_FORTIUN: 200 @@ -4050,6 +4049,7 @@ constants_db: { NPC_GUARD2: 452 NPC_SUMMONING_CIRC: 453 NPC_YETI_KING: 454 + NPC_LOF_FURNACE: 455 // TODO: Animated NPC, move to ID 400+ NPC_SOUL_NORMAL: 700 NPC_SOUL_DESERT: 701 |