diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-03-25 02:17:19 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-03-25 02:17:19 +0000 |
commit | f257beaebc07d3a1d8acae247f10ab35a19d867c (patch) | |
tree | 538029700be64260d3f0d697075a9bf1e99421a7 /npc/quests/quests_morocc.txt | |
parent | 50af381687c3a2e866f131368f48eb760cd40d9e (diff) | |
download | hercules-f257beaebc07d3a1d8acae247f10ab35a19d867c.tar.gz hercules-f257beaebc07d3a1d8acae247f10ab35a19d867c.tar.bz2 hercules-f257beaebc07d3a1d8acae247f10ab35a19d867c.tar.xz hercules-f257beaebc07d3a1d8acae247f10ab35a19d867c.zip |
Assassins will now get their request item. (bugreport:1220)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12431 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/quests_morocc.txt')
-rw-r--r-- | npc/quests/quests_morocc.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/quests/quests_morocc.txt b/npc/quests/quests_morocc.txt index 6fc64cb6f..94cd2aa86 100644 --- a/npc/quests/quests_morocc.txt +++ b/npc/quests/quests_morocc.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= kobra_k88 //===== Current Version: ===================================== -//= 2.0a +//= 2.1 //===== Compatible With: ===================================== //= eAthena 7.15 + //===== Description: ========================================= @@ -22,6 +22,7 @@ //= 1.9 Corrected NPC names to fall within proper restrictions. [L0ne_W0lf] //= 2.0 Fixed bad NPC header data to comply with rev. 11603. [L0ne_W0lf] //= 2.0a Corrected a Typo error ";;". [Samuray22] +//= 2.1 Assassins will now get their request item. (bugreport:1220) [L0ne_W0lf] //============================================================ @@ -1583,6 +1584,7 @@ morocc,155,56,3 script Miya 93,3,3,{ mes "We'll need all the help that"; mes "we can possibly get..."; set mao_request,1; + getitem 7416,1; close; } } |