diff options
Diffstat (limited to 'npc/guild/prtg_cas05.txt')
-rw-r--r-- | npc/guild/prtg_cas05.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/guild/prtg_cas05.txt b/npc/guild/prtg_cas05.txt index 2b491eec2..9574b2aea 100644 --- a/npc/guild/prtg_cas05.txt +++ b/npc/guild/prtg_cas05.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) @@ -145,7 +146,7 @@ prtg_cas05,281,176,0 script #switch_Pt05 111,{ next; switch(select("Pull.:Do not.")) { case 1: - warp "prtg_cas05",34,30; + warp "prtg_cas05",36,38; break; case 2: break; |