mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-21 23:48:26 +00:00
Merge branch 'master' into shared_tasks
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
ALTER TABLE `zone` ADD `fast_regen_hp` INT NOT NULL DEFAULT '180';
|
||||
ALTER TABLE `zone` ADD `fast_regen_mana` INT NOT NULL DEFAULT '180';
|
||||
ALTER TABLE `zone` ADD `fast_regen_endurance` INT NOT NULL DEFAULT '180';
|
||||
@@ -0,0 +1 @@
|
||||
ALTER TABLE `zone` ADD `npc_max_aggro_dist` INT NOT NULL DEFAULT '600';
|
||||
Reference in New Issue
Block a user