mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-16 04:59:41 -04:00
*Allow higher value than 255 in emote fields
--HG-- branch : trunk
This commit is contained in:
3
sql/updates/940_world_scripts.sql
Normal file
3
sql/updates/940_world_scripts.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
ALTER TABLE custom_texts CHANGE COLUMN emote emote smallint(5) unsigned NOT NULL DEFAULT '0';
|
||||
ALTER TABLE eventai_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';
|
||||
Reference in New Issue
Block a user