diff options
-rw-r--r-- | npc/craft/recipes.txt | 2 | ||||
-rw-r--r-- | npc/items/books.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/craft/recipes.txt b/npc/craft/recipes.txt index 90ef2807f..6a5450fb3 100644 --- a/npc/craft/recipes.txt +++ b/npc/craft/recipes.txt @@ -708,7 +708,7 @@ function script MakeBlueprint { array_push(.@recipes, CraftCopperArmor); array_push(.@recipes, CraftLightPlatemail); array_push(.@recipes, CraftWarlordPlate); - array_push(.@recipes, CraftBromenalArmor); + array_push(.@recipes, CraftBromenalChest); array_push(.@recipes, CraftLeatherTrousers); array_push(.@recipes, CraftJeansChaps); array_push(.@recipes, CraftSilkPants); 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%%")); |