Hi everyone. I have a serverinterlude main class + 3 substack and I have a problem with that.
When I stack a sub It acumulates the skilles right? but It duplicates the heavy and light armor mastery as well.
How can I do to keep only the las mastery?.
I took this proseadure but It`s for Java. Any idea por SQL SERVER?
UPDATE skill_trees SET skill_id`='227' WHERE (name`='Light Armor Mastery');
UPDATE skill_trees SET skill_id`='231' WHERE (name`='Heavy Armor Mastery');
Question
Lantus
Hi everyone. I have a serverinterlude main class + 3 substack and I have a problem with that.
When I stack a sub It acumulates the skilles right? but It duplicates the heavy and light armor mastery as well.
How can I do to keep only the las mastery?.
I took this proseadure but It`s for Java. Any idea por SQL SERVER?
UPDATE skill_trees SET skill_id`='227' WHERE (name`='Light Armor Mastery');
UPDATE skill_trees SET skill_id`='231' WHERE (name`='Heavy Armor Mastery');
1 answer to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now