eqemu-server/utils/sql/svn/2283_required_npc_changes.sql
2013-02-16 16:14:39 -08:00

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`;