Files
TrinityCore/sql/updates/940_world_scripts.sql
T

4 lines
189 B
SQL
Raw Normal View History

ALTER TABLE custom_texts CHANGE COLUMN emote emote smallint(5) unsigned NOT NULL DEFAULT '0';
2009-02-17 20:07:49 -06:00
ALTER TABLE script_texts CHANGE COLUMN emote emote smallint(5) unsigned NOT NULL DEFAULT '0';