diff options
author | samuray22 <samuray22@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-05-01 17:16:31 +0000 |
---|---|---|
committer | samuray22 <samuray22@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-05-01 17:16:31 +0000 |
commit | 54c195babb36210c72abd7f83e2691a7f6c490d0 (patch) | |
tree | 094bec684ec105b94cfd8ae17d3633d8ea72aa68 /npc/quests/quests_airship.txt | |
parent | 7de75c639a82849a8a14470fe7d2e88c2fe775de (diff) | |
download | hercules-54c195babb36210c72abd7f83e2691a7f6c490d0.tar.gz hercules-54c195babb36210c72abd7f83e2691a7f6c490d0.tar.bz2 hercules-54c195babb36210c72abd7f83e2691a7f6c490d0.tar.xz hercules-54c195babb36210c72abd7f83e2691a7f6c490d0.zip |
* Removed unofficial spawns form airship.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10427 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/quests_airship.txt')
-rw-r--r-- | npc/quests/quests_airship.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/quests/quests_airship.txt b/npc/quests/quests_airship.txt index fe22da62b..7a3f1061d 100644 --- a/npc/quests/quests_airship.txt +++ b/npc/quests/quests_airship.txt @@ -1063,7 +1063,7 @@ airplane_01,1,1,0 script Quest_Izl -1,{ OnInit:
disablenpc "Airship Captain#02";
OnInvasion:
-while($@mobinv == 9 && $@mobrand == 3)
+while($@mobinv >= 9 && $@mobrand == 3)
{
Initnpctimer;
end;
|