Thread
:
Bind wound
View Single Post
#
3
02-27-2005, 02:34 PM
mollymillions
Hill Giant
Join Date: May 2003
Posts: 176
Also
if (GetSkill(BIND_WOUND) >= 200) {
should be
if (GetSkill(BIND_WOUND) > 200) {
mollymillions
View Public Profile
Send a private message to mollymillions
Find all posts by mollymillions