mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 13:41:31 +00:00
5 lines
252 B
SQL
5 lines
252 B
SQL
/* Sorvani */
|
|
|
|
-- Max Aggro from a Stun Proc --
|
|
INSERT INTO `rule_values` (`ruleset_id`,`rule_name`,`rule_value`,`notes`)
|
|
VALUES (1,'Aggro:MaxStunProcAggro','400','Set to -1 for no limit. Maxmimum amount of aggro that a stun based proc will add.'); |