Thread: Bind wound
View Single Post
  #3  
Old 02-27-2005, 02:34 PM
mollymillions's Avatar
mollymillions
Hill Giant
 
Join Date: May 2003
Posts: 176
Default

Also

if (GetSkill(BIND_WOUND) >= 200) {


should be

if (GetSkill(BIND_WOUND) > 200) {
Reply With Quote