From 23ed5af9a84477a11d3e946c97d39e7ed5725bfd Mon Sep 17 00:00:00 2001 From: brianluau Date: Sat, 31 Dec 2011 21:56:42 +0000 Subject: - Changed Gld_Trea_Protect: guild members (who aren't the Guild Master) ARE allowed in the treasure room. (bugreport:4839) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15339 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/guild/agit_template.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc') diff --git a/npc/guild/agit_template.txt b/npc/guild/agit_template.txt index c380c9fd0..1e35719d7 100644 --- a/npc/guild/agit_template.txt +++ b/npc/guild/agit_template.txt @@ -1126,7 +1126,7 @@ OnTouch: // Store the Guild ID of castle occupant. set .@GID, GetCastleData(strnpcinfo(2),1); - if (strcharinfo(0) != getguildmaster(.@GID)) { + if (getcharid(2) != .@GID) { if (compare(strnpcinfo(2),"aldeg")) { warp "aldebaran",132,103; } -- cgit v1.2.3-60-g2f50