diff options
| author | Blaymoira <none@none> | 2009-01-22 17:03:43 +0100 |
|---|---|---|
| committer | Blaymoira <none@none> | 2009-01-22 17:03:43 +0100 |
| commit | de63f36302b92eb0af72dcf4fc4a5309b3e777ba (patch) | |
| tree | 54f40a4b2cb7d48d37d72a7f1ab065563bd980a1 | |
| parent | 148192eca1c60b95d2b9e75520e0d0ee8d4cd6fd (diff) | |
*Fix a typo
--HG--
branch : trunk
| -rw-r--r-- | sql/updates/940_world_scripts.sql | 1 |
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 |
