repo.or.cz
/
auctionmangos.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Initial Patch of Auction House bot rev. 135
[auctionmangos.git]
/
sql
/
updates
/
0.7
/
3245_item_text.sql
blob
f24390f5fc6b032eb620cc569e54f4b500c22574
1
DROP TABLE IF EXISTS `item_text`;
2
CREATE TABLE `item_text` (
3
`id` int(11) NOT NULL default '0',
4
`text` longtext,
5
PRIMARY KEY (`id`)
6
) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Item System';