Thread: Check for buff?
View Single Post
  #5  
Old 02-25-2014, 06:48 PM
ghanja's Avatar
ghanja
Dragon
 
Join Date: Aug 2012
Location: Hershey, PA
Posts: 499
Default

Quote:
Originally Posted by Kingly_Krab View Post
FROM:
Code:
if($client->FindBuff(123456)
TO:
Code:
if($client->FindBuff(123456))
Reply With Quote