- Changed Gld_Trea_Protect: guild members (who aren't the Guild Master) ARE allowed in the treasure room. (bugreport:4839)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15339 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
9b2e960e64
commit
e8b07466ec
@ -1126,7 +1126,7 @@ OnTouch:
|
|||||||
// Store the Guild ID of castle occupant.
|
// Store the Guild ID of castle occupant.
|
||||||
set .@GID, GetCastleData(strnpcinfo(2),1);
|
set .@GID, GetCastleData(strnpcinfo(2),1);
|
||||||
|
|
||||||
if (strcharinfo(0) != getguildmaster(.@GID)) {
|
if (getcharid(2) != .@GID) {
|
||||||
if (compare(strnpcinfo(2),"aldeg")) {
|
if (compare(strnpcinfo(2),"aldeg")) {
|
||||||
warp "aldebaran",132,103;
|
warp "aldebaran",132,103;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user