Files
TrinityCore/sql/updates/724_world.sql
Drahy 5d4d953055 * Cleaned up sql files from updates folder still in progress
* Also finally cleaned up full scripts file
* Reduced amount of querries in sql files

--HG--
branch : trunk
2009-02-04 18:18:41 +01:00

3 lines
315 B
SQL

ALTER TABLE `custom_texts` ADD COLUMN `emote` tinyint(3) UNSIGNED DEFAULT '0' NOT NULL AFTER `language`;
ALTER TABLE `eventai_texts` ADD COLUMN `emote` tinyint(3) UNSIGNED DEFAULT '0' NOT NULL AFTER `language`;
ALTER TABLE `script_texts` ADD COLUMN `emote` tinyint(3) UNSIGNED DEFAULT '0' NOT NULL AFTER `language`;