*Option to define emote to play with any text from database text tables. - by Lightguard

--HG--
branch : trunk
This commit is contained in:
Blaymoira
2008-12-31 12:33:54 +01:00
parent 8e812a2ca6
commit a315baeb77
3 changed files with 21 additions and 3 deletions

View File

@@ -0,0 +1,3 @@
ALTER TABLE custom_texts ADD COLUMN emote tinyint(3) UNSIGNED DEFAULT '0' NOT NULL AFTER language;
ALTER TABLE eventai_texts ADD COLUMN emote tinyint(3) UNSIGNED DEFAULT '0' NOT NULL AFTER language;
ALTER TABLE script_texts ADD COLUMN emote tinyint(3) UNSIGNED DEFAULT '0' NOT NULL AFTER language;