- Fixed missing 'delitem' in Ninja Job Quest. (bugreport:5399)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15788 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
brianluau 2012-03-24 04:17:59 +00:00
parent ade7ad3127
commit 50a736759b

View File

@ -334,6 +334,8 @@ que_ng,30,65,3 script Cougar#nq 730,{
mes "quiet as the falling shadows."; mes "quiet as the falling shadows.";
callfunc "Job_Change",Job_Ninja; callfunc "Job_Change",Job_Ninja;
set NINJ_Q,5; set NINJ_Q,5;
delitem 7053,5; // Cyfar
delitem 1010,1; // Phracon
getitem 13010,1; // Asura getitem 13010,1; // Asura
completequest 6018; completequest 6018;
close; close;