summaryrefslogtreecommitdiff
path: root/npc/guild/payg_cas01.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/guild/payg_cas01.txt')
-rw-r--r--npc/guild/payg_cas01.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/guild/payg_cas01.txt b/npc/guild/payg_cas01.txt
index 260f6a938..4ea347ad8 100644
--- a/npc/guild/payg_cas01.txt
+++ b/npc/guild/payg_cas01.txt
@@ -3,13 +3,14 @@
//===== By: ==================================================
//= L0ne_W0lf
//===== Current Version: =====================================
-//= 1.0
+//= 1.1
//===== Compatible With: =====================================
//= eAthena SVN
//===== Description: =========================================
//= NPCs that relate to Payon 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)
@@ -48,7 +49,7 @@ pay_gld,125,236,4 script Bright Arbor#f1-3::BrightArbor2 722,{
next;
if (select("Return to the guild castle.:Quit.") == 1) {
if (getcharid(2) == GetCastleData("payg_cas01",1)) {
- warp "payg_cas01",87,29;
+ warp "payg_cas01",212,108;
end;
}
}