Files
TrinityCore2/sql/updates/940_world_scripts.sql
Blaymoira de63f36302 *Fix a typo
--HG--
branch : trunk
2009-01-22 17:03:43 +01:00

2 lines
187 B
SQL

ALTER TABLE custom_texts CHANGE COLUMN emote emote smallint(5) unsigned NOT NULL DEFAULT '0';
ALTER TABLE script_texts CHANGE COLUMN emote emote smallint(5) unsigned NOT NULL DEFAULT '0';