[Core/Spell] Fixed weapon chance on hit effect cannot be triggered.

kuramajssken

China
Gold Supporter
Verified Member
19
2021
24
Chance on hit: Increases Strength by 100 for 10 sec.
Chance on hit: Increases Strength by 100 for 10 sec.

SQL:
INSERT INTO `item_template_addon` (`Id`, `FlagsCu`, `FoodType`, `MinMoneyLoot`, `MaxMoneyLoot`, `SpellPPMChance`, `BuyPrice`) VALUES ('28429', '0', '0', '0', '0', '7', '0');
INSERT INTO `item_template_addon` (`Id`, `FlagsCu`, `FoodType`, `MinMoneyLoot`, `MaxMoneyLoot`, `SpellPPMChance`, `BuyPrice`) VALUES ('28430', '0', '0', '0', '0', '7', '0');
 
Top