
01-19-2012, 07:40 PM
|
Sarnak
|
|
Join Date: Feb 2008
Posts: 80
|
|
Quote:
Originally Posted by blackdragonsdg
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!
|