Fixed Chocobo Whistle
Posted: 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
Changed line 22
from: if (player:getMainLvl() >= 20) then
to: if (target:getMainLvl() >= 20) then