Weapon Skill Levels

Forum rules
NO LONGER BEING MAINTAINED!
Post Reply
msulli1355
Posts: 74
Joined: Sun Jul 22, 2012 2:21 pm

Weapon Skill Levels

Post by msulli1355 » Tue Aug 14, 2012 11:04 am

I was playing on DS this morning with my THF and I noticed that at dagger lvl40 I got Viper Bite, which I wasn't supposed to get until dagger lvl100. Not really a big deal, but quick and easy to fix:

mysql> update weapon_skills set skilllevel=40 where name = "gust_slash";Query OK, 1 row affected (0.00 sec)
Rows matched: 1 Changed: 1 Warnings: 0

mysql> update weapon_skills set skilllevel=100 where name = "viper_bite";
Query OK, 1 row affected (0.00 sec)
Rows matched: 1 Changed: 1 Warnings: 0

PrBlahBlahtson
Developer
Posts: 539
Joined: Sun Jul 22, 2012 12:17 am

Re: Weapon Skill Levels

Post by PrBlahBlahtson » Tue Aug 14, 2012 12:16 pm

You know, all that work I did checking dagger WSs, and I never made sure the skill levels were accurate.

orz

*pst* bugs.dspt.info

Post Reply