diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/003-2/lua.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-2/lua.txt b/npc/003-2/lua.txt index e3e680b09..23f97536f 100644 --- a/npc/003-2/lua.txt +++ b/npc/003-2/lua.txt @@ -366,7 +366,7 @@ L_Contributor: case 1: getitem BugLeg, 30; #CRW=#CRW|128 ; break; case 2: - Zeny=Zeny-10000; getitembound "LegendaryMount", 1, 1; #CRW=#CRW|32 ; break; + Zeny=Zeny-10000; getitembound LegendaryMouboo, 1, 1; #CRW=#CRW|32 ; break; case 3: getitem "DeliciousCookie", 1; #CRW=#CRW|16 ; break; case 4: |