mirror of
https://github.com/EQEmu/Server.git
synced 2026-01-04 07:23:57 +00:00
Added SQLs from previous commit [skip ci]
This commit is contained in:
parent
12b9531d8a
commit
6badd7e00e
1
utils/sql/git/optional/2014_08_12_raid_timer_rule.sql
Normal file
1
utils/sql/git/optional/2014_08_12_raid_timer_rule.sql
Normal file
@ -0,0 +1 @@
|
||||
INSERT INTO `rule_values` (`ruleset_id`, `rule_name`, `rule_value`, `notes`) VALUES (1, 'Character:RestRegenRaidTimeToActivate', 300, 'Time in seconds for rest state regen to kick in with a raid target.');
|
||||
1
utils/sql/git/required/2014_08_12_NPC_raid_targets.sql
Normal file
1
utils/sql/git/required/2014_08_12_NPC_raid_targets.sql
Normal file
@ -0,0 +1 @@
|
||||
ALTER TABLE `npc_types` ADD `raid_target` TINYINT(1) UNSIGNED NOT NULL DEFAULT '0' AFTER `fixed`;
|
||||
Loading…
x
Reference in New Issue
Block a user