mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-16 05:11:29 +00:00
[Bug Fix] Fix Bot Starting Items SQL (#3649)
This commit is contained in:
parent
f0c6fa2a26
commit
508ecec6ea
@ -65,8 +65,8 @@ SET FOREIGN_KEY_CHECKS = 1;
|
|||||||
.version = 9040,
|
.version = 9040,
|
||||||
.description = "2023_11_16_bot_starting_items.sql",
|
.description = "2023_11_16_bot_starting_items.sql",
|
||||||
.check = "SHOW TABLES LIKE 'bot_starting_items'",
|
.check = "SHOW TABLES LIKE 'bot_starting_items'",
|
||||||
.condition = "",
|
.condition = "empty",
|
||||||
.match = "empty",
|
.match = "",
|
||||||
.sql = R"(
|
.sql = R"(
|
||||||
CREATE TABLE `bot_starting_items` (
|
CREATE TABLE `bot_starting_items` (
|
||||||
`id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT,
|
`id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user