mirror of
https://github.com/araxiaonline/TrinityCore2.git
synced 2026-06-17 13:29:41 -04:00
*Allow higher value than 255 in emote fields
--HG-- branch : trunk
This commit is contained in:
@@ -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';
|
||||
@@ -145,4 +145,5 @@ INSTALL(FILES
|
||||
930_characters.sql
|
||||
933_world_scripts.sql
|
||||
935_world_scripts.sql
|
||||
940_world_scripts.sql
|
||||
DESTINATION share/trinity/sql/updates)
|
||||
|
||||
Reference in New Issue
Block a user