'Fear Of Flying' Invalid Fame Check

Post Reply
User avatar
atom0s
Developer
Posts: 537
Joined: Thu Oct 25, 2012 9:52 am

'Fear Of Flying' Invalid Fame Check

Post by atom0s » Sat Aug 17, 2013 6:14 pm

Quest in Port Bastok has an invalid fame check:
if (FearofFlying == QUEST_AVAILABLE and player:getFameLevel(BASTOK) <=3)

Should be >= 3

Patch included.
Attachments
Kurando.lua.patch
(614 Bytes) Downloaded 152 times

User avatar
whasf
Site Admin
Posts: 1312
Joined: Thu Jul 19, 2012 9:11 pm

Re: 'Fear Of Flying' Invalid Fame Check

Post by whasf » Sat Aug 17, 2013 6:31 pm

Committed r3970, thanks!
-- Whasf

Post Reply