aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnubisss <none@none>2010-05-14 19:27:38 +0200
committerAnubisss <none@none>2010-05-14 19:27:38 +0200
commit486d66e94b36fee0b4a61c3ef7031aaa70d80f45 (patch)
tree237b329e93f2df8b0fb700b7764f523284539635
parenta7295810e3d2f35468ab4c222342ba7ae7e182f8 (diff)
Add ; to end of a SQL query in a SQL file. Patch by hunteee.
--HG-- branch : trunk
-rw-r--r--sql/updates/3.3.2_old/7604_characters_item_refund_instance.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/3.3.2_old/7604_characters_item_refund_instance.sql b/sql/updates/3.3.2_old/7604_characters_item_refund_instance.sql
index de7ce6d69a5..810d2fa98b4 100644
--- a/sql/updates/3.3.2_old/7604_characters_item_refund_instance.sql
+++ b/sql/updates/3.3.2_old/7604_characters_item_refund_instance.sql
@@ -16,4 +16,4 @@ CREATE TABLE `item_refund_instance` (
`paidItem_5` mediumint(6) unsigned NOT NULL DEFAULT '0',
`paidItemCount_5` mediumint(6) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`item_guid`, `player_guid`)
-) ENGINE=InnoDB DEFAULT CHARSET=utf8
+) ENGINE=InnoDB DEFAULT CHARSET=utf8;