From cdefa3b249f838762bd9e3bf68951af792d2ee86 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 21 Mar 2019 09:43:55 -0300 Subject: *nobody saw this bug* --- npc/guilds/management.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npc/guilds/management.txt b/npc/guilds/management.txt index 1bb441ef6..c1fc02616 100644 --- a/npc/guilds/management.txt +++ b/npc/guilds/management.txt @@ -18,7 +18,7 @@ guilds,35,30,0 script Guild Management NPC_NO_SPRITE,{ mesc l("Your position on the guild: @@", getguildrole(.@gid, getcharid(3), true)); // I forgot a function to get player title and allow any guildmaster to change this - if (strcharinfo(0) == getguildmaster(.@gid)) + if (getguildrole(.@gid, getcharid(3)) == GPOS_GUILDMASTER) { next; do -- cgit v1.2.3-60-g2f50