Log in

View Full Version : Broken SQL?


Kingly_Krab
04-05-2014, 11:24 PM
Okay, so 2014_04_03_SpellProjectileRules.sql contains the following:
INSERT INTO `rule_values` (`ruleset_id`, `rule_name`, `rule_value`, `notes`) VALUES (1, 'Spells:FRProjectileItem_Titanium', '1113', 'Item id for Titanium clients for Fire spell projectile.');
INSERT INTO `rule_values` (`ruleset_id`, `rule_name`, `rule_value`, `notes`) VALUES (1, 'FRProjectileItem_SOF', '80684', 'Item id for Titanium clients for Fire spell projectile.');
INSERT INTO `rule_values` (`ruleset_id`, `rule_name`, `rule_value`, `notes`) VALUES (1, 'FRProjectileItem_NPC', '80684', 'Item id for Titanium clients for Fire spell projectile.');
I was under the assumption you had to have an identifier like "Spells:" in front of the rule name. The last two do not have this. This source is from 10 minutes ago.

demonstar55
04-06-2014, 03:02 AM
Apparently I need a longer message ...

But, you do :P