diff options
Diffstat (limited to 'npc/woe-fe/trs_rp.txt')
-rw-r--r-- | npc/woe-fe/trs_rp.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/woe-fe/trs_rp.txt b/npc/woe-fe/trs_rp.txt index 74557e014..7a71c1bbe 100644 --- a/npc/woe-fe/trs_rp.txt +++ b/npc/woe-fe/trs_rp.txt @@ -39,7 +39,7 @@ end; OnTouch: // Store the Guild ID of castle occupant. .@GID = getcastledata(strnpcinfo(NPC_NAME_HIDDEN),1); - if (strcharinfo(0) != getguildmaster(.@GID)) { + if (strcharinfo(PC_NAME) != getguildmaster(.@GID)) { if (compare(strnpcinfo(NPC_NAME_HIDDEN),"aldeg")) warp "aldebaran",143,112; else if (compare(strnpcinfo(NPC_NAME_HIDDEN),"gefg")) |