diff options
Diffstat (limited to 'npc/guild/prtg_cas01.txt')
-rw-r--r-- | npc/guild/prtg_cas01.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/guild/prtg_cas01.txt b/npc/guild/prtg_cas01.txt index d7ac381c7..1399fb78f 100644 --- a/npc/guild/prtg_cas01.txt +++ b/npc/guild/prtg_cas01.txt @@ -10,6 +10,7 @@ //= NPCs that relate to Prontera Guild Castle 1 //===== Additional Comments: ================================= //= 1.0 First Version. No longer uses functions. [L0ne_W0lf] +//= 1.1 Corrected flag-in spawn point. [L0ne_W0lf] //============================================================ // Guild Flag (Town) @@ -46,7 +47,7 @@ prt_gld,131,60,6 script Kriemhild#p1-2::Kriemhild2 722,{ next; if (select("Return to the guild castle.:Quit.") == 1) { if (getcharid(2) == GetCastleData("prtg_cas01",1)) { - warp "prtg_cas01",97,174; + warp "prtg_cas01",96,173; end; } } |