diff options
author | tux9th <mr.x@aon.at> | 2013-11-24 10:41:18 -0800 |
---|---|---|
committer | tux9th <mr.x@aon.at> | 2013-11-24 10:41:18 -0800 |
commit | 5b7768879adf803278e425bc20961c2dc4bc4147 (patch) | |
tree | 56e71a52fa2f564fc9b10b21d571852fcd46b4bd /world/map/npc/042-2/sorfina.txt | |
parent | 9bab4466134d43018070483b6d6a505dc0c08780 (diff) | |
parent | 5d34457becf1d1bbdda00c950d76b538d322c7bc (diff) | |
download | serverdata-5b7768879adf803278e425bc20961c2dc4bc4147.tar.gz serverdata-5b7768879adf803278e425bc20961c2dc4bc4147.tar.bz2 serverdata-5b7768879adf803278e425bc20961c2dc4bc4147.tar.xz serverdata-5b7768879adf803278e425bc20961c2dc4bc4147.zip |
Merge pull request #45 from wushin/equip-arrow-fix
Unequip & Multiple Ammo Types and Launcher Fix
Diffstat (limited to 'world/map/npc/042-2/sorfina.txt')
-rw-r--r-- | world/map/npc/042-2/sorfina.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/world/map/npc/042-2/sorfina.txt b/world/map/npc/042-2/sorfina.txt index b01a83c7..20c04adf 100644 --- a/world/map/npc/042-2/sorfina.txt +++ b/world/map/npc/042-2/sorfina.txt @@ -231,6 +231,8 @@ L_SkipTut: mes "\"Alright, if you say so. But take at least this."; callfunc "TutorialCompleted"; getitem "Knife", 1; + getitem "SlingShot", 1; + getitem "SlingBullet", 100; getitem "CottonShirt", 1; getitem "RaggedShorts", 1; set Zeny, Zeny + 50; |