Added SQLs from previous commit [skip ci]

This commit is contained in:
Michael Cook (mackal) 2014-08-12 22:51:36 -04:00
parent 12b9531d8a
commit 6badd7e00e
2 changed files with 2 additions and 0 deletions

View 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.');

View File

@ -0,0 +1 @@
ALTER TABLE `npc_types` ADD `raid_target` TINYINT(1) UNSIGNED NOT NULL DEFAULT '0' AFTER `fixed`;