diff options
Diffstat (limited to 'npc/003-1/jakod.txt')
-rw-r--r-- | npc/003-1/jakod.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/003-1/jakod.txt b/npc/003-1/jakod.txt index bd393a2d2..ebe8115aa 100644 --- a/npc/003-1/jakod.txt +++ b/npc/003-1/jakod.txt @@ -17,9 +17,9 @@ if (MAGIC_LVL) { mes l("I also see you have a level @@ magic skill!\"", MAGIC_LVL); next; - mes l("Did you got an @@ yet? That book have great insight on several details concerning mana and its usages!", getitemlink(JesusavesGrimorium)); + mes l("Did you got an @@ yet? That book have great insight on several details concerning mana and its usages!", getitemlink(JesusalvaGrimorium)); next; - mes l("Anyway, you can see how skilled using Mana Magic with @@. Mana Magic is the one which requires concentration, to bring things into existence, for example.", b("@sk-abizit")); + mes l("Anyway, you can see how skilled using Mana Magic with @@. Mana Magic is the one which requires concentration, to bring things into existence, for example.", b("@abizit")); next; mes l("Well, if you ever need help, do not hesit reading the wiki ;-)"); close; |