mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +00:00
* Introduced new table character_battleground_data * Entry point is now stored on BG enter event not join event * Entry point for dungeons is now correctly set to nearest graveyard (this prevent well known assert in GetInstance because of porting to already destroyed instance) * Teleporting from BG correctly restore mount state * Teleporting from BG correctly restore taxi flight (in multipath flight you will end up in nearest transition point on the route) Signed-off-by: ApoC <apoc@nymfe.net>
9 lines
406 B
SQL
9 lines
406 B
SQL
ALTER TABLE character_db_version CHANGE COLUMN required_8104_01_characters required_8339_01_characters_characters bit;
|
|
|
|
ALTER TABLE characters DROP COLUMN bgid;
|
|
ALTER TABLE characters DROP COLUMN bgteam;
|
|
ALTER TABLE characters DROP COLUMN bgmap;
|
|
ALTER TABLE characters DROP COLUMN bgx;
|
|
ALTER TABLE characters DROP COLUMN bgy;
|
|
ALTER TABLE characters DROP COLUMN bgz;
|
|
ALTER TABLE characters DROP COLUMN bgo;
|