diff options
author | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-03-27 10:46:39 +0000 |
---|---|---|
committer | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-03-27 10:46:39 +0000 |
commit | 16dbe2532305d1f4705a6aaf9185ada09d7dcac8 (patch) | |
tree | 747a70109ebbb04af1c1ef98498b8a913cc0cf3f /npc/warps | |
parent | 27c16626a2676237521604c7f852d786317b03f5 (diff) | |
download | hercules-16dbe2532305d1f4705a6aaf9185ada09d7dcac8.tar.gz hercules-16dbe2532305d1f4705a6aaf9185ada09d7dcac8.tar.bz2 hercules-16dbe2532305d1f4705a6aaf9185ada09d7dcac8.tar.xz hercules-16dbe2532305d1f4705a6aaf9185ada09d7dcac8.zip |
* Corrected positions for Thief and Archer quest skills NPCs
* Fixed Ant Hell warps
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1309 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/warps')
-rw-r--r-- | npc/warps/dungeons/ant_hell.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/warps/dungeons/ant_hell.txt b/npc/warps/dungeons/ant_hell.txt index f32615499..4d4d48bbf 100644 --- a/npc/warps/dungeons/ant_hell.txt +++ b/npc/warps/dungeons/ant_hell.txt @@ -19,7 +19,7 @@ anthell01.gat,35,267,0 script ant001 45,1,1,{ moc15: warp "moc_fild15.gat",251,248; break; } anthell02.gat,171,169,0 script ant001 45,1,2,{ - if(!anthell==0) goto moc15; + if(anthell==0) goto moc15; moc04: warp "moc_fild04.gat",213,327; break; moc15: warp "moc_fild15.gat",251,248; break; } |