*Allow higher value than 255 in emote fields

--HG--
branch : trunk
This commit is contained in:
Blaymoira
2009-01-21 20:44:49 +01:00
parent e0b527be8a
commit 148192eca1
2 changed files with 4 additions and 0 deletions

View 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';

View File

@@ -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)