Cloudsplitter/Ruinator SQL mix up
Posted: Wed Apr 25, 2018 4:00 pm
Idk if I'm putting this in the right forum, but I was coding some custom stuff when I came across this:
Ruinator is a merit WS, and Cloudsplitter is a learned WS (aside from equipped) so skill should be 0 on it, and the WS unlock IDs need switched, like so:
Thought I'd share this for anyone who may have had issues regarding it, if anyone, and for correction in a later version.
Code: Select all
INSERT INTO `weapon_skills` VALUES (76,'cloudsplitter',0x01000000000000000100000000000000000000000000,5,300,64,58,2000,5,1,14,12,0,1,0);
INSERT INTO `weapon_skills` VALUES (77,'ruinator',0x01000000000000010100010000000000000000000001,5,357,0,59,2000,5,1,10,6,0,1,39);
Code: Select all
INSERT INTO `weapon_skills` VALUES (76,'cloudsplitter',0x01000000000000000100000000000000000000000000,5,0,64,58,2000,5,1,14,12,0,1,39);
INSERT INTO `weapon_skills` VALUES (77,'ruinator',0x01000000000000010100010000000000000000000001,5,357,0,59,2000,5,1,10,6,0,1,0);