Add ; to end of a SQL query in a SQL file. Patch by hunteee.

--HG--
branch : trunk
This commit is contained in:
Anubisss
2010-05-14 19:27:38 +02:00
parent a7295810e3
commit 486d66e94b

View File

@@ -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;