Removed an unnecessary/buggy line from cities/izlude.txt
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10498 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
d629e19f9e
commit
4aee18a00a
@ -1,6 +1,7 @@
|
|||||||
Date Added
|
Date Added
|
||||||
======
|
======
|
||||||
2007/05/07
|
2007/05/07
|
||||||
|
* Removed an unnecessary/buggy line in cities/izlude.txt [Paradox924X]
|
||||||
* Various spawn fixes here and there [Playtester]
|
* Various spawn fixes here and there [Playtester]
|
||||||
* Revised 2/3 of the cities scripts. Thanks to CAHTEHHuK [Lupus]
|
* Revised 2/3 of the cities scripts. Thanks to CAHTEHHuK [Lupus]
|
||||||
- Fixed wrong usage (not a bug, but stil bad) | -> ||
|
- Fixed wrong usage (not a bug, but stil bad) | -> ||
|
||||||
|
@ -19,6 +19,7 @@
|
|||||||
//= 1.6 Removed Duplicates [Silent]
|
//= 1.6 Removed Duplicates [Silent]
|
||||||
//= 1.7 Split quest to quests/quests_izlude.txt [Evera]
|
//= 1.7 Split quest to quests/quests_izlude.txt [Evera]
|
||||||
//= 1.71 Optimized. Also thanks to CAHTEXHuK [Lupus]
|
//= 1.71 Optimized. Also thanks to CAHTEXHuK [Lupus]
|
||||||
|
//= 1.72 Small bugfix [Paradox924X]
|
||||||
//============================================================
|
//============================================================
|
||||||
|
|
||||||
|
|
||||||
@ -176,7 +177,6 @@ izlude,135,78,2 script Charfri 91,{
|
|||||||
|
|
||||||
//Dega-------------------------------------------------------------------------------------
|
//Dega-------------------------------------------------------------------------------------
|
||||||
izlude,150,118,3 script Dega 84,{
|
izlude,150,118,3 script Dega 84,{
|
||||||
set @TEMP,;
|
|
||||||
mes "[Dega]";
|
mes "[Dega]";
|
||||||
if(rand(2)) {
|
if(rand(2)) {
|
||||||
if(rand(2)) {
|
if(rand(2)) {
|
||||||
@ -748,4 +748,4 @@ izlude,171,185,3 script Honeymoon Helper#Izlude I 71,{
|
|||||||
mes "you're travelling with your loved ones.";
|
mes "you're travelling with your loved ones.";
|
||||||
mes "You must be very happy, aren't you?";
|
mes "You must be very happy, aren't you?";
|
||||||
close;
|
close;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user