mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-22 22:12:26 +00:00
Update database_update_manifest_bots.cpp
This commit is contained in:
parent
36f8c3a89f
commit
0ae1a2883d
@ -2135,6 +2135,7 @@ CREATE TABLE `bot_stat_caps` (
|
|||||||
`stat_id` tinyint(3) UNSIGNED NULL,
|
`stat_id` tinyint(3) UNSIGNED NULL,
|
||||||
`stat_cap` int(11) NOT NULL DEFAULT -1,
|
`stat_cap` int(11) NOT NULL DEFAULT -1,
|
||||||
PRIMARY KEY (`bot_id`, `stat_id`)
|
PRIMARY KEY (`bot_id`, `stat_id`)
|
||||||
|
)
|
||||||
)"
|
)"
|
||||||
},
|
},
|
||||||
// -- template; copy/paste this when you need to create a new entry
|
// -- template; copy/paste this when you need to create a new entry
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user