diff options
Diffstat (limited to 'npc/guilds/logs.txt')
-rw-r--r-- | npc/guilds/logs.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/guilds/logs.txt b/npc/guilds/logs.txt index 0a1b06058..2c80d2833 100644 --- a/npc/guilds/logs.txt +++ b/npc/guilds/logs.txt @@ -93,7 +93,7 @@ guilds,47,39,0 script Guild Logs NPC_NO_SPRITE,{ select l("Do nothing"), rif(strcharinfo(0) == getguildmaster(.@gid), l("Raise max members")), - rif(.@role == GPOS_TREASURER || .@role <= GPOS_VICELEADER, l("Learn individual guild skills")), + rif(.@role <= GPOS_MEMBER, l("Learn individual guild skills")), l("Learn Alchemy Recipes"); mes ""; |