mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 00:18:43 +01: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';
|
||||
@@ -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