diff options
author | DracoRPG <DracoRPG@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-02-27 11:49:26 +0000 |
---|---|---|
committer | DracoRPG <DracoRPG@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-02-27 11:49:26 +0000 |
commit | 546c19a8622531822fe639249a97ec36aaa1cb9b (patch) | |
tree | 434b94caa5e1650714179dc89c13129926961f5f /npc/jobs/2-1 | |
parent | dd6c2f8a174a9680df812e0096fe970100393fbf (diff) | |
download | hercules-546c19a8622531822fe639249a97ec36aaa1cb9b.tar.gz hercules-546c19a8622531822fe639249a97ec36aaa1cb9b.tar.bz2 hercules-546c19a8622531822fe639249a97ec36aaa1cb9b.tar.xz hercules-546c19a8622531822fe639249a97ec36aaa1cb9b.zip |
Small script fixes
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5393 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/jobs/2-1')
-rw-r--r-- | npc/jobs/2-1/assassin.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/jobs/2-1/assassin.txt b/npc/jobs/2-1/assassin.txt index 2e0f9aa52..fbf64e9bb 100644 --- a/npc/jobs/2-1/assassin.txt +++ b/npc/jobs/2-1/assassin.txt @@ -1077,7 +1077,7 @@ in_moc_16.gat,1,1,0 script SinTest2 -1,{ monster "in_moc_16.gat",86,170,"Job target change",1031,1,"SinTest2::OnFailed";
monster "in_moc_16.gat",86,171,"Target",1002,1,"SinTest2::OnFailed";
monster "in_moc_16.gat",86,170,"Target",1113,1,"SinTest2::OnFailed";
- monster "in_moc_16.gat",86,173,"Hope you can become an assassin..",10631,"SinTest2::OnFailed";
+ monster "in_moc_16.gat",86,173,"Hope you can become an assassin..",1063,1,"SinTest2::OnFailed";
monster "in_moc_16.gat",85,170,"Battle Monster",1031,1,"SinTest2::OnFailed";
monster "in_moc_16.gat",89,156,"Target",1002,1,"SinTest2::OnFailed";
monster "in_moc_16.gat",89,156,"Speed182",1113,1,"SinTest2::OnFailed";
|