mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 01:11:29 +00:00
These are derived from the client SE_IllusionPresistence will also set the duration to 10k tics like live
3 lines
207 B
SQL
3 lines
207 B
SQL
ALTER TABLE `character_buffs` CHANGE COLUMN `ticsremaining` `ticsremaining` INT(11) SIGNED NOT NULL;
|
|
ALTER TABLE `merc_buffs` CHANGE COLUMN `TicsRemaining` `TicsRemaining` INT(11) SIGNED NOT NULL DEFAULT 0;
|