mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-01 01:52:02 +00:00
[Database] Drop item_tick if exists tweak in manifest (#3985)
This commit is contained in:
@@ -5229,7 +5229,7 @@ ALTER TABLE `merchantlist_temp`
|
||||
.condition = "not_empty",
|
||||
.match = "",
|
||||
.sql = R"(
|
||||
DROP TABLE item_tick
|
||||
DROP TABLE IF EXISTS item_tick
|
||||
)"
|
||||
}
|
||||
// -- template; copy/paste this when you need to create a new entry
|
||||
|
||||
Reference in New Issue
Block a user