Skip to content

Commit

Permalink
Update MySql_Schema.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
peonso authored Nov 11, 2016
1 parent 5055876 commit 6e79087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MySql_Schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ CREATE TABLE `player_items` (
INSERT INTO `player_items` (`player_id`, `sid`, `pid`, `itemtype`, `count`, `attributes`) VALUES
(3, 101, 5, 2152, 98, 0x0f62),
(3, 102, 6, 2183, 1, ''),
(3, 103, 8, 2643, 1, ''),
(3, 103, 8, 2643, 1, '');

-- --------------------------------------------------------

Expand Down

0 comments on commit 6e79087

Please sign in to comment.