From a315baeb77319dfc51a66041100f1dc8fa082bb7 Mon Sep 17 00:00:00 2001 From: Blaymoira Date: Wed, 31 Dec 2008 12:33:54 +0100 Subject: *Option to define emote to play with any text from database text tables. - by Lightguard --HG-- branch : trunk --- sql/updates/724_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/724_world.sql (limited to 'sql/updates') 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 -- cgit v1.2.3