diff options
author | Led Mitz <smoothshifter@tuta.io> | 2024-09-10 16:49:54 +0000 |
---|---|---|
committer | Led Mitz <smoothshifter@tuta.io> | 2024-09-10 16:49:54 +0000 |
commit | a13414806e4696bd6522611d74a8f03e79a5b36d (patch) | |
tree | 3fe846e3400e83301e28c19ee32707143633a794 | |
parent | c4fcff981417269ca5ca23d5acea27d0ae7077f2 (diff) | |
download | serverdata-a13414806e4696bd6522611d74a8f03e79a5b36d.tar.gz serverdata-a13414806e4696bd6522611d74a8f03e79a5b36d.tar.bz2 serverdata-a13414806e4696bd6522611d74a8f03e79a5b36d.tar.xz serverdata-a13414806e4696bd6522611d74a8f03e79a5b36d.zip |
experience, not expirience
typo fix
-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) |