mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-11 21:01:29 +00:00
3 lines
214 B
SQL
3 lines
214 B
SQL
ALTER TABLE `character_` ADD `xtargets` TINYINT UNSIGNED NOT NULL DEFAULT '5';
|
|
INSERT INTO `rule_values` (`ruleset_id`, `rule_name`, `rule_value`, `notes`) VALUES (1, 'Character:EnableXTargetting', 'true', '');
|