mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-13 15:08:22 +00:00
Preserve suppressed pet buffs across zoning
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
-- Add suppressed column to character_pet_buffs to persist pet buff suppression state across zones
|
||||
ALTER TABLE `character_pet_buffs`
|
||||
ADD COLUMN `suppressed` tinyint(1) unsigned NOT NULL DEFAULT 0 AFTER `instrument_mod`;
|
||||
Reference in New Issue
Block a user