diff options
| author | Blaymoira <none@none> | 2008-12-31 12:33:54 +0100 |
|---|---|---|
| committer | Blaymoira <none@none> | 2008-12-31 12:33:54 +0100 |
| commit | a315baeb77319dfc51a66041100f1dc8fa082bb7 (patch) | |
| tree | 10b957a3affc07bbf669e52ca5e83e9d44abf5a2 /sql/updates | |
| parent | 8e812a2ca651ad1f7c7f6192c422aaf966094047 (diff) | |
*Option to define emote to play with any text from database text tables. - by Lightguard
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/724_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/724_world.sql b/sql/updates/724_world.sql new file mode 100644 index 00000000000..36a2d007de3 --- /dev/null +++ b/sql/updates/724_world.sql @@ -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;
\ No newline at end of file |
