diff options
Diffstat (limited to 'world/map/npc/items/magicring_item.txt')
-rw-r--r-- | world/map/npc/items/magicring_item.txt | 2 |
1 files changed, 1 insertions, 1 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) |