diff options
Diffstat (limited to 'npc/magic')
-rw-r--r-- | npc/magic/parum.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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; |