mirror of
https://github.com/EQEmu/Server.git
synced 2026-01-05 16:43:53 +00:00
[Database] Drop item_tick if exists tweak in manifest (#3985)
This commit is contained in:
parent
3e50427bb7
commit
59cbe1a152
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user