View Single Post
  #9  
Old 08-16-2013, 01:02 PM
Kingly_Krab
Administrator
 
Join Date: May 2013
Location: United States
Posts: 1,603
Default

Likely because GetCharacterFactionLevel happens to be a $client call, weird I didn't notice, rather tired at the moment. Try the below suggestion, please.

Code:
($client->GetCharacterFactionLevel($npc->GetNPCFactionID()) > 1)
Reply With Quote