diff options
Diffstat (limited to 'world/map/npc/items')
-rw-r--r-- | world/map/npc/items/magicring_item.txt | 2 | ||||
-rw-r--r-- | world/map/npc/items/manapearl_item.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/world/map/npc/items/magicring_item.txt b/world/map/npc/items/magicring_item.txt index 2c2eb7aa..eeb1aee6 100644 --- a/world/map/npc/items/magicring_item.txt +++ b/world/map/npc/items/magicring_item.txt @@ -13,7 +13,7 @@ function|script|MagicRingItem if ( @mexp >= @magicring_mexp_needed ) goto L_Return; - message strcharinfo(0), "You are not expirienced enough to use the Magic Ring."; + message strcharinfo(0), "You are not experienced enough to use the Magic Ring."; // This is for debug if (debug) diff --git a/world/map/npc/items/manapearl_item.txt b/world/map/npc/items/manapearl_item.txt index 9c1f1c04..2d7ce428 100644 --- a/world/map/npc/items/manapearl_item.txt +++ b/world/map/npc/items/manapearl_item.txt @@ -15,7 +15,7 @@ function|script|ManaPearlItem if ( @mexp >= @manapearl_mexp_needed ) goto L_Return; - message strcharinfo(0), "You are not expirienced enough to keep up the mana flow that is needed to stay in resonance with the Mana Pearl."; + message strcharinfo(0), "You are not experienced enough to keep up the mana flow that is needed to stay in resonance with the Mana Pearl."; // This is for debug if (debug) |