diff options
Diffstat (limited to 'npc/guilds/storage.txt')
-rw-r--r-- | npc/guilds/storage.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/guilds/storage.txt b/npc/guilds/storage.txt index e1f30e32a..bae5c985b 100644 --- a/npc/guilds/storage.txt +++ b/npc/guilds/storage.txt @@ -13,13 +13,13 @@ OnStorage: end; if (getguildlvl(.@gid) < 2) { - npctalkonce l("Your guild need to have at least level 2 to use storage feature."); + npctalkonce l("Your guild needs to have at least level 2 to use storage feature."); } else { if (getguildrole(.@gid, getcharid(3)) > GPOS_MEMBER) { - dispbottom l("Your position must be the one of a regular member or above."); + dispbottom l("Your rank must be regular member or above."); end; } if (guildopenstorage()) |