diff options
-rw-r--r-- | db/pre-re/skill_tree.conf | 1 | ||||
-rw-r--r-- | npc/magic/config.txt | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/db/pre-re/skill_tree.conf b/db/pre-re/skill_tree.conf index 2f08134b..21c83a65 100644 --- a/db/pre-re/skill_tree.conf +++ b/db/pre-re/skill_tree.conf @@ -93,6 +93,7 @@ Talpan: { SKILL_ASORM: 9 SKILL_INGRAV: 9 SKILL_UPMARMU: 9 + SKILL_FRILLYAR: 9 SKILL_PHLEX: 9 SKILL_KULARZUFRILL: 9 SKILL_ZUKMINBIRF: 9 diff --git a/npc/magic/config.txt b/npc/magic/config.txt index 2a6a9559..e55833bc 100644 --- a/npc/magic/config.txt +++ b/npc/magic/config.txt @@ -395,7 +395,7 @@ function script mcharge { // Low supply warning if (countitem(.@it) <= 3) dispbottom col(b(l("Warning, %d remaining: %s", - 3, getitemname(.@it))), 1); + countitem(.@it), getitemname(.@it))), 1); } @MCHARGE[@skillId]-=1; return; |