summaryrefslogtreecommitdiff
path: root/npc/items
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-09-12 12:56:04 -0300
committerJesusaves <cpntb1@ymail.com>2020-09-12 12:56:04 -0300
commit37ce754e0cd0af74ea4c2a971f35bf9f81815120 (patch)
treeddf457ab32654a5aa3e9a899895c735c2d6d1a85 /npc/items
parent25d95911b6ceb6138502315a0e2dd95eafa45220 (diff)
downloadserverdata-37ce754e0cd0af74ea4c2a971f35bf9f81815120.tar.gz
serverdata-37ce754e0cd0af74ea4c2a971f35bf9f81815120.tar.bz2
serverdata-37ce754e0cd0af74ea4c2a971f35bf9f81815120.tar.xz
serverdata-37ce754e0cd0af74ea4c2a971f35bf9f81815120.zip
Fix bug which prevented Bromenal Chestplate Recipe from being learnt
Patch by Mathias Cronqvist
Diffstat (limited to 'npc/items')
-rw-r--r--npc/items/books.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/items/books.txt b/npc/items/books.txt
index 19d45f6f9..f1fe95140 100644
--- a/npc/items/books.txt
+++ b/npc/items/books.txt
@@ -215,7 +215,7 @@ OnInit:
case 3:
mes l("There are several minor status conditions, which may buff or debuff you.");
mes l("An example is dec agi, which lowers your agility.");
- mes l("The most agressive and main ones are:");
+ mes l("The most aggressive and main ones are:");
next;
mesf("##B%s##b - %s", l("Blind"), l("Acc. and Evade -25%%"));
mesf("##B%s##b - %s", l("Burning"), l("Damage over time, MDF -25%%"));