diff options
author | daegaladh <daegaladh@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-08-02 11:00:24 +0000 |
---|---|---|
committer | daegaladh <daegaladh@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-08-02 11:00:24 +0000 |
commit | 84a989232fddebb175e17266f340a77baa82396f (patch) | |
tree | 21f2a4d038190d369a3d8e4b2dd21fcd275e2f75 /npc/guild/trs_rp.txt | |
parent | 6f07333ff931d98519cf63a7626ec42591c23d62 (diff) | |
download | hercules-84a989232fddebb175e17266f340a77baa82396f.tar.gz hercules-84a989232fddebb175e17266f340a77baa82396f.tar.bz2 hercules-84a989232fddebb175e17266f340a77baa82396f.tar.xz hercules-84a989232fddebb175e17266f340a77baa82396f.zip |
Follow up r16557, fixed tabs in my commit (copy/paste fail, sorry).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16558 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/guild/trs_rp.txt')
-rw-r--r-- | npc/guild/trs_rp.txt | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/npc/guild/trs_rp.txt b/npc/guild/trs_rp.txt index 3f9a7885a..d63f1de17 100644 --- a/npc/guild/trs_rp.txt +++ b/npc/guild/trs_rp.txt @@ -14,22 +14,22 @@ //= 1.1 Reverted back and optimized. [Daegaladh] //============================================================ -- script Gld_Trea_Protect::Gld_Trea_Protect -1,{ +- script Gld_Trea_Protect::Gld_Trea_Protect -1,{ OnTouch: // Store the Guild ID of castle occupant. set .@GID, getcastledata(strnpcinfo(2),1); - if (strcharinfo(0) != getguildmaster(.@GID)) { - if (compare(strnpcinfo(2),"aldeg")) - warp "aldebaran",143,112; - else if (compare(strnpcinfo(2),"gefg")) - warp "geffen",120,38; - else if (compare(strnpcinfo(2),"payg")) - warp "payon",100,100; - else if (compare(strnpcinfo(2),"prtg")) - warp "prontera",119,64; - } - end; + if (strcharinfo(0) != getguildmaster(.@GID)) { + if (compare(strnpcinfo(2),"aldeg")) + warp "aldebaran",143,112; + else if (compare(strnpcinfo(2),"gefg")) + warp "geffen",120,38; + else if (compare(strnpcinfo(2),"payg")) + warp "payon",100,100; + else if (compare(strnpcinfo(2),"prtg")) + warp "prontera",119,64; + } + end; } prtg_cas01,11,208,0 duplicate(Gld_Trea_Protect) ban_warp#prtg_cas01 -1,6,6 |