View Single Post
  #134  
Old 01-19-2012, 07:40 PM
dew1960
Sarnak
 
Join Date: Feb 2008
Posts: 80
Default

Quote:
Originally Posted by blackdragonsdg View Post
I think that is related to a rule value not being set correctly for SoD or Underfoot. If you are using your own server then use the sql below and it will likely fix the problem. If you are on someone else's server then it may not fully support SoD or Underfoot.
Code:
update rule_values set rule_value = 'true' where rule_name = 'Character:SoDClientUseSoDHPManaEnd';
Thanks, I will try that!
Reply With Quote