diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-11-19 22:30:03 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-11-19 22:30:03 +0000 |
commit | 98f6aa04ed43c4dcb6b37cd491408ed52688ce79 (patch) | |
tree | 108e53c2d309a42a75ed16dad87ce48bfe3ded2e /npc | |
parent | 75e4f250e11dbe4b7251c14051cdf9b4c6865e54 (diff) | |
download | hercules-98f6aa04ed43c4dcb6b37cd491408ed52688ce79.tar.gz hercules-98f6aa04ed43c4dcb6b37cd491408ed52688ce79.tar.bz2 hercules-98f6aa04ed43c4dcb6b37cd491408ed52688ce79.tar.xz hercules-98f6aa04ed43c4dcb6b37cd491408ed52688ce79.zip |
Small fix for Lance's security patches
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9263 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc')
-rw-r--r-- | npc/jobs/novice/novice.txt | 6 | ||||
-rw-r--r-- | npc/quests/quests_umbala.txt | 2 |
2 files changed, 5 insertions, 3 deletions
diff --git a/npc/jobs/novice/novice.txt b/npc/jobs/novice/novice.txt index 625bb6c50..a48ac87d9 100644 --- a/npc/jobs/novice/novice.txt +++ b/npc/jobs/novice/novice.txt @@ -456,7 +456,8 @@ new_zone02.gat,99,105,4 script Interfaces Instructor 751,{ warp "new_zone02.gat",28,178;
end;
}
- default: emotion e_swt2;
+ default:
+ emotion e_swt2;
close;
}
}
@@ -492,7 +493,8 @@ new_zone02.gat,99,105,4 script Interfaces Instructor 751,{ warp "new_zone02.gat",28,178;
end;
}
- default:emotion e_swt2;
+ default:
+ emotion e_swt2;
close;
}
}
diff --git a/npc/quests/quests_umbala.txt b/npc/quests/quests_umbala.txt index c5cdd54c4..eb783eaa7 100644 --- a/npc/quests/quests_umbala.txt +++ b/npc/quests/quests_umbala.txt @@ -922,7 +922,7 @@ um_in.gat,44,71,2 script Utan Tribe Shaman 782,{ mes "that's fine. When you do, please come";
mes "by again.";
close;
- }
default:
end;
+ }
}
\ No newline at end of file |