mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 07:18:37 +00:00
Implement AA timers reset on death
This is a field in the packet, live only uses this for Lay on Hands Currently I didn't add this to the packet since it has 0 effect on the client. We could move this field to aa_ranks which would give more flexibility for custom servers, but no one said they wanted it there.
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE `aa_ability` ADD `reset_on_death` TINYINT(4) NOT NULL DEFAULT '0';
|
||||
UPDATE `aa_ability` SET `reset_on_death` = '1' WHERE `id` = 6001;
|
||||
Reference in New Issue
Block a user