From a13414806e4696bd6522611d74a8f03e79a5b36d Mon Sep 17 00:00:00 2001 From: Led Mitz Date: Tue, 10 Sep 2024 16:49:54 +0000 Subject: experience, not expirience typo fix --- world/map/npc/items/magicring_item.txt | 2 +- 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) -- cgit v1.2.3-70-g09d2