summaryrefslogtreecommitdiff
path: root/npc/cities
diff options
context:
space:
mode:
authorParadox924x <Paradox924x@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-05-07 01:00:27 +0000
committerParadox924x <Paradox924x@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-05-07 01:00:27 +0000
commit4dc600664fc2c4780dc6527041800044ca978b51 (patch)
tree044085d59d4e943b2aaceac1d8e8d7644b3f3246 /npc/cities
parent6d070bc6c47c494177ed2f39f9e48699d2b4d8c8 (diff)
downloadhercules-4dc600664fc2c4780dc6527041800044ca978b51.tar.gz
hercules-4dc600664fc2c4780dc6527041800044ca978b51.tar.bz2
hercules-4dc600664fc2c4780dc6527041800044ca978b51.tar.xz
hercules-4dc600664fc2c4780dc6527041800044ca978b51.zip
Removed an unnecessary/buggy line from cities/izlude.txt
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10498 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/cities')
-rw-r--r--npc/cities/izlude.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/cities/izlude.txt b/npc/cities/izlude.txt
index f09c1cd53..900f2c3a8 100644
--- a/npc/cities/izlude.txt
+++ b/npc/cities/izlude.txt
@@ -19,6 +19,7 @@
//= 1.6 Removed Duplicates [Silent]
//= 1.7 Split quest to quests/quests_izlude.txt [Evera]
//= 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-------------------------------------------------------------------------------------
izlude,150,118,3 script Dega 84,{
- set @TEMP,;
mes "[Dega]";
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 must be very happy, aren't you?";
close;
-} \ No newline at end of file
+}