server/sql/updates/0.8/4116_creature_template.sql

2 lines
121 B
SQL

ALTER TABLE `creature_template`
ADD COLUMN `RacialLeader` tinyint(1) unsigned NOT NULL default '0' AFTER `InhabitType`;