diff options
-rw-r--r-- | db/constants.conf | 3 | ||||
-rw-r--r-- | npc/magic/parum.txt | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/db/constants.conf b/db/constants.conf index 84864d2ad..ddbcfabbd 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -4049,7 +4049,8 @@ 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_LOF_FURNACE: 455 + NPC_PET_TAMER: 456 NPC_SOUL_NORMAL: 700 NPC_SOUL_DESERT: 701 diff --git a/npc/magic/parum.txt b/npc/magic/parum.txt index 31d0a5eb8..d69827d1c 100644 --- a/npc/magic/parum.txt +++ b/npc/magic/parum.txt @@ -64,7 +64,7 @@ OnCall: @parum_at=gettimetick(2); @parum_at=@parum_at+4; - // Get a few mana experience points (this is NOT used by Soul Menhir) + // Get a few mana experience points (this is NOT used by Mana Stone) GetManaExp(TMW2_PARUM, rand(1,3)); end; |