diff options
Diffstat (limited to 'npc/guild/prtg_cas03.txt')
-rw-r--r-- | npc/guild/prtg_cas03.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/guild/prtg_cas03.txt b/npc/guild/prtg_cas03.txt index b7ae3553c..63734d1e4 100644 --- a/npc/guild/prtg_cas03.txt +++ b/npc/guild/prtg_cas03.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= L0ne_W0lf //===== Current Version: ===================================== -//= 1.0 +//= 1.2 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -11,6 +11,7 @@ //===== Additional Comments: ================================= //= 1.0 First Version. No longer uses functions. [L0ne_W0lf] //= 1.1 Corrected flag-in spawn point. [L0ne_W0lf] +//= 1.2 Corrected treasure room switch coordinates. [L0ne_W0lf] //============================================================ // Guild Flag (Town) @@ -148,7 +149,7 @@ prtg_cas03,193,130,0 script #switch_Pt03 111,{ next; switch(select("Pull.:Do not.")) { case 1: - warp "prtg_cas03",45,99; + warp "prtg_cas03",51,101; break; case 2: break; |