mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 18:52:22 +00:00
Adding dbstr_us.txt support to client files
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
CREATE TABLE `db_str` (
|
||||
`id` INT(10) NOT NULL,
|
||||
`type` INT(10) NOT NULL,
|
||||
`value` TEXT NOT NULL,
|
||||
PRIMARY KEY (`id`, `type`)
|
||||
);;
|
||||
Reference in New Issue
Block a user