aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlaymoira <none@none>2009-01-22 17:03:43 +0100
committerBlaymoira <none@none>2009-01-22 17:03:43 +0100
commitde63f36302b92eb0af72dcf4fc4a5309b3e777ba (patch)
tree54f40a4b2cb7d48d37d72a7f1ab065563bd980a1
parent148192eca1c60b95d2b9e75520e0d0ee8d4cd6fd (diff)
*Fix a typo
--HG-- branch : trunk
-rw-r--r--sql/updates/940_world_scripts.sql1
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/updates/940_world_scripts.sql b/sql/updates/940_world_scripts.sql
index dca62af213d..c9ad252f41f 100644
--- a/sql/updates/940_world_scripts.sql
+++ b/sql/updates/940_world_scripts.sql
@@ -1,3 +1,2 @@
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'; \ No newline at end of file