* Fixed a small bug in a Comodo NPC. (close -> close2)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11296 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
118952a35e
commit
d1c7b68e56
@ -1,5 +1,7 @@
|
|||||||
Date Added
|
Date Added
|
||||||
======
|
======
|
||||||
|
2007/09/25
|
||||||
|
* Rev. 11296 Fixed a small bug in a Comodo NPC. (close -> close2) [L0ne_W0lf]
|
||||||
2007/09/24
|
2007/09/24
|
||||||
* Fixed a bug in the sign quest [Playtester]
|
* Fixed a bug in the sign quest [Playtester]
|
||||||
- needs further fixing, I'll leave that to SinSloth
|
- needs further fixing, I'll leave that to SinSloth
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= eAthena dev team
|
//= eAthena dev team
|
||||||
//===== Current Version: =====================================
|
//===== Current Version: =====================================
|
||||||
//= 1.7
|
//= 1.8
|
||||||
//===== Compatible With: =====================================
|
//===== Compatible With: =====================================
|
||||||
//= eAthena SVN
|
//= eAthena SVN
|
||||||
//===== Description: =========================================
|
//===== Description: =========================================
|
||||||
@ -19,6 +19,7 @@
|
|||||||
//= 1.5 Removed Duplicates [Silent]
|
//= 1.5 Removed Duplicates [Silent]
|
||||||
//= 1.6 Split doomed sword quest to quests/quests_comodo.txt [Evera]
|
//= 1.6 Split doomed sword quest to quests/quests_comodo.txt [Evera]
|
||||||
//= 1.7 Rescripted to Aegis 10.3 standards. [L0ne_W0lf]
|
//= 1.7 Rescripted to Aegis 10.3 standards. [L0ne_W0lf]
|
||||||
|
//= 1.8 Fixed a small bug. (close -> close2) [L0ne_W0lf]
|
||||||
//============================================================
|
//============================================================
|
||||||
|
|
||||||
// Inside Comodo
|
// Inside Comodo
|
||||||
@ -438,7 +439,7 @@ moc_fild12,35,303,4 script Serutero#cmd 59,{
|
|||||||
mes "to go to Sandaruman";
|
mes "to go to Sandaruman";
|
||||||
mes "Fortress. Alright then,";
|
mes "Fortress. Alright then,";
|
||||||
mes "good luck, and be careful!";
|
mes "good luck, and be careful!";
|
||||||
close;
|
close2;
|
||||||
warp "cmd_fild08",331,319;
|
warp "cmd_fild08",331,319;
|
||||||
end;
|
end;
|
||||||
case 2:
|
case 2:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user