Fixed Chocobo Whistle

Post Reply
Joe
Posts: 33
Joined: Sun Jan 20, 2013 4:18 pm

Fixed Chocobo Whistle

Post by Joe » Thu Jan 31, 2013 10:53 pm

Fixed an error in chocobo_whistle.lua

Changed line 22

from: if (player:getMainLvl() >= 20) then
to: if (target:getMainLvl() >= 20) then
Attachments
chocobo_whistle.zip
(409 Bytes) Downloaded 247 times

Metalfiiish
Developer
Posts: 176
Joined: Tue Jul 31, 2012 7:21 am

Re: Fixed Chocobo Whistle

Post by Metalfiiish » Fri Feb 01, 2013 7:16 pm


Post Reply