mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 01:11:29 +00:00
3 lines
163 B
SQL
3 lines
163 B
SQL
ALTER TABLE `npc_types`
|
|
ADD COLUMN `spellscale` float NOT NULL DEFAULT 100 AFTER `emoteid`,
|
|
ADD COLUMN `healscale` float NOT NULL DEFAULT 100 AFTER `spellscale`; |