diff options
author | samuray22 <samuray22@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-06-20 00:58:08 +0000 |
---|---|---|
committer | samuray22 <samuray22@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-06-20 00:58:08 +0000 |
commit | a83cdb510c12720d1bd3ee7ab8bb7ff8688f3abb (patch) | |
tree | 1852087568d558c52547474eb981ea6180cae71c /npc | |
parent | b3304b8304f1746943c8010503d5fca7be3876d1 (diff) | |
download | hercules-a83cdb510c12720d1bd3ee7ab8bb7ff8688f3abb.tar.gz hercules-a83cdb510c12720d1bd3ee7ab8bb7ff8688f3abb.tar.bz2 hercules-a83cdb510c12720d1bd3ee7ab8bb7ff8688f3abb.tar.xz hercules-a83cdb510c12720d1bd3ee7ab8bb7ff8688f3abb.zip |
* Fixed another minor bug for Ninja Quest.
-Thanks to Soul of Linkers for the fix.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10789 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc')
-rw-r--r-- | npc/Changelog.txt | 2 | ||||
-rw-r--r-- | npc/jobs/1-1e/ninja.txt | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index aedcb3fb3..3314d2bae 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -2,6 +2,8 @@ Date Added ====== 2007/06/19 * Fixed Some variables like ".@item", and changed to "@item". [Samuray22] + * Fixed another minor bug for Ninja Quest. [Samuray22] + -Thanks to Soul of Linkers for the fix. 2007/06/18 * Updated Dialogs from "Pretend Murdered Quest". [Samuray22] * Updated Dialogs from "Stop Post Quest". [Samuray22] diff --git a/npc/jobs/1-1e/ninja.txt b/npc/jobs/1-1e/ninja.txt index 4ce5c4987..0a810be7a 100644 --- a/npc/jobs/1-1e/ninja.txt +++ b/npc/jobs/1-1e/ninja.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= Legionaire //===== Current Version: ===================================== -//= 1.4 +//= 1.5 //===== Compatible With: ===================================== //= eAthena SVN that supports Ninjas //===== Description: ========================================= @@ -13,6 +13,7 @@ //= 1.2 Added Akagi [Playtester] //= 1.3 Updated dialogs to official ones and optimized [SinSloth] //= 1.4 Fixed a minor bug [SinSloth] +//= 1.5 Fixed another minor bug. [Samuray22] //============================================================ alberta,30,65,3 script Akagi#nq 730,{ @@ -409,6 +410,8 @@ que_ng,30,65,3 script Cougar Gai 730,{ nude; callfunc "Job_Change",Job_Ninja; callfunc "F_ClearJobVar"; + delitem 1010,1; + delitem 7053,5; getitem 13010,1; close; |