mirror of
https://github.com/EQEmu/Server.git
synced 2026-01-26 16:53:58 +00:00
[Database] Add content_database flag for zone changes (#4104)
This commit is contained in:
parent
ce4716e9a5
commit
32c5d4d9f6
@ -5391,7 +5391,8 @@ MODIFY COLUMN `safe_x` float NOT NULL DEFAULT 0 AFTER `file_name`,
|
||||
MODIFY COLUMN `safe_y` float NOT NULL DEFAULT 0 AFTER `safe_x`,
|
||||
MODIFY COLUMN `safe_z` float NOT NULL DEFAULT 0 AFTER `safe_y`,
|
||||
MODIFY COLUMN `safe_heading` float NOT NULL DEFAULT 0 AFTER `safe_z`;
|
||||
)"
|
||||
)",
|
||||
.content_schema_update = true
|
||||
}
|
||||
// -- template; copy/paste this when you need to create a new entry
|
||||
// ManifestEntry{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user