mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 07:18:37 +00:00
Add FastRegen* to zone table
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
ALTER TABLE `zone` ADD `FastRegenHP` INT NOT NULL DEFAULT '180';
|
||||
ALTER TABLE `zone` ADD `FastRegenMana` INT NOT NULL DEFAULT '180';
|
||||
ALTER TABLE `zone` ADD `FastRegenEndurance` INT NOT NULL DEFAULT '180';
|
||||
Reference in New Issue
Block a user