mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-26 23:31:29 +00:00
SQL
This commit is contained in:
parent
f0a0f0677f
commit
48a9f05efb
@ -0,0 +1,4 @@
|
||||
INSERT INTO `rule_values` (`ruleset_id`, `rule_name`, `rule_value`, `notes`) VALUES (1, 'Pets:SwarmPetNotTargetableWithHotKey', 'false', ' On SOF+ clients this a semi-hack to make swarm pets not F8 targetable. Warning: Turns pet names Yellow');
|
||||
|
||||
|
||||
|
||||
@ -0,0 +1,3 @@
|
||||
ALTER TABLE `npc_types` ADD `no_target_hotkey` tinyint( 1 ) UNSIGNED NOT NULL DEFAULT '0' AFTER `healscale`;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user