diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-14 09:42:56 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-14 09:42:56 -0300 |
commit | 6780708659f8ae45c897d8f92911749d1153eec9 (patch) | |
tree | 8b5dff891f6caac84e8dc3fde465d7f0be3c2859 /npc/014-3/oscar.txt | |
parent | 6ebb76b4b457e35901e4a7c1d9dcd64c095e159b (diff) | |
download | serverdata-6780708659f8ae45c897d8f92911749d1153eec9.tar.gz serverdata-6780708659f8ae45c897d8f92911749d1153eec9.tar.bz2 serverdata-6780708659f8ae45c897d8f92911749d1153eec9.tar.xz serverdata-6780708659f8ae45c897d8f92911749d1153eec9.zip |
Scythe quest complete
Diffstat (limited to 'npc/014-3/oscar.txt')
-rw-r--r-- | npc/014-3/oscar.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/014-3/oscar.txt b/npc/014-3/oscar.txt index 2a335b345..f5ec975d1 100644 --- a/npc/014-3/oscar.txt +++ b/npc/014-3/oscar.txt @@ -136,7 +136,7 @@ OnKillPinkie: OnInit: .@npcId = getnpcid(0, .name$); setunitdata(.@npcId, UDT_HEADTOP, RiceHat); - setunitdata(.@npcId, UDT_HEADMIDDLE, MoonshroomRobe); + setunitdata(.@npcId, UDT_HEADMIDDLE, LeatherShield); setunitdata(.@npcId, UDT_HEADBOTTOM, TulimsharGuardBoots); setunitdata(.@npcId, UDT_WEAPON, CottonTrousers); setunitdata(.@npcId, UDT_HAIRSTYLE, 2); |