diff options
Diffstat (limited to 'npc/guild/aldeg_cas02.txt')
-rw-r--r-- | npc/guild/aldeg_cas02.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/guild/aldeg_cas02.txt b/npc/guild/aldeg_cas02.txt index 6ce6d9a7c..c61820aa6 100644 --- a/npc/guild/aldeg_cas02.txt +++ b/npc/guild/aldeg_cas02.txt @@ -3,13 +3,14 @@ //===== By: ================================================== //= L0ne_W0lf //===== Current Version: ===================================== -//= 1.0 +//= 1.1 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= //= NPCs that relate to Al De Baran Guild Castle 2 //===== 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 @@ alde_gld,99,251,4 script Hohenschwangau#a2-2::Hohenschwangau2 722,{ next; if (select("Return to the guild castle.:Quit.") == 1) { if (getcharid(2) == GetCastleData("aldeg_cas02",1)) { - warp "aldeg_cas02",85,72; + warp "aldeg_cas02",84,74; end; } } |