Core/Creature: Added TitleAlt to creature_template
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE `creature_template`
|
||||
ADD COLUMN `TitleAlt` CHAR(200) NULL AFTER `subname`;
|
||||
@@ -0,0 +1,2 @@
|
||||
UPDATE `creature_template` SET `TitleAlt`='Council to the Triumvirate' WHERE `entry`=124574; -- Hatuun
|
||||
UPDATE `creature_template` SET `name`='Kobold Worker' WHERE `entry`=257; -- Kobold Workers
|
||||
Reference in New Issue
Block a user