diff options
author | Kisuka <Kisuka@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-02-24 21:31:18 +0000 |
---|---|---|
committer | Kisuka <Kisuka@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-02-24 21:31:18 +0000 |
commit | 385d55c279e8d3dce294b04fca389dffb8782fd6 (patch) | |
tree | 74184be649fb97f30439b298b4b07405117886c4 /npc/jobs/1-1e/ninja.txt | |
parent | af5b388d15012339101c2028bb55f9798b185f17 (diff) | |
download | hercules-385d55c279e8d3dce294b04fca389dffb8782fd6.tar.gz hercules-385d55c279e8d3dce294b04fca389dffb8782fd6.tar.bz2 hercules-385d55c279e8d3dce294b04fca389dffb8782fd6.tar.xz hercules-385d55c279e8d3dce294b04fca389dffb8782fd6.zip |
- Removed 'adopt' documentation from script_commands (bugreport:4066).
- Fixed an aegis typo in ninja job quest (bugreport:3972).
- Fixed % issues with Battleground Medals (bugreport:4062).
- Fixed 'new world cards' effect (bugreport:4033).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14251 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/jobs/1-1e/ninja.txt')
-rw-r--r-- | npc/jobs/1-1e/ninja.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/jobs/1-1e/ninja.txt b/npc/jobs/1-1e/ninja.txt index 436e7580e..269b90bd6 100644 --- a/npc/jobs/1-1e/ninja.txt +++ b/npc/jobs/1-1e/ninja.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= Legionaire, Kisuka //===== Current Version: ===================================== -//= 1.5 +//= 1.6 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -14,6 +14,7 @@ //= 1.3 Updated dialogs to official ones and optimized [SinSloth] //= 1.4 Fixed a minor bug [SinSloth] //= 1.5 Updated to match AEGIS script and Added Quest Log commands. [Kisuka] +//= 1.6 Fixed AEGIS amatsu warp typo. [Kisuka] //============================================================ alberta,30,65,3 script Akagi 730,{ @@ -49,7 +50,7 @@ alberta,30,65,3 script Akagi 730,{ warp "amatsu",216,188; end; default: - warp "amatsu",178,167; + warp "amatsu",178,176; end; } }else{ |