[Doors] Fix door target zone heading data (#2414)

* [Doors] Fix door target zone heading

* Fix even more doors that were wrong to be accurate to live

* Update version.h
This commit is contained in:
Chris Miles 2022-09-05 04:06:39 -05:00 committed by GitHub
parent 5250b819fa
commit 186c2fe2ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1232 additions and 1 deletions

View File

@ -34,7 +34,7 @@
* Manifest: https://github.com/EQEmu/Server/blob/master/utils/sql/db_update_manifest.txt * Manifest: https://github.com/EQEmu/Server/blob/master/utils/sql/db_update_manifest.txt
*/ */
#define CURRENT_BINARY_DATABASE_VERSION 9205 #define CURRENT_BINARY_DATABASE_VERSION 9206
#ifdef BOTS #ifdef BOTS
#define CURRENT_BINARY_BOTS_DATABASE_VERSION 9029 #define CURRENT_BINARY_BOTS_DATABASE_VERSION 9029

View File

@ -459,6 +459,7 @@
9203|2022_08_07_replace_task_goals.sql|SHOW COLUMNS FROM `task_activities` LIKE 'item_id'|empty| 9203|2022_08_07_replace_task_goals.sql|SHOW COLUMNS FROM `task_activities` LIKE 'item_id'|empty|
9204|2022_09_02_faction_association.sql|SHOW TABLES LIKE 'faction_association'|empty| 9204|2022_09_02_faction_association.sql|SHOW TABLES LIKE 'faction_association'|empty|
9205|2022_09_03_fix_starting_point_heading.sql|SELECT * FROM db_version WHERE version >= 9205|empty| 9205|2022_09_03_fix_starting_point_heading.sql|SELECT * FROM db_version WHERE version >= 9205|empty|
9206|2022_09_03_fix_door_destination_headings.sql|SELECT * FROM db_version WHERE version >= 9206|empty|
# Upgrade conditions: # Upgrade conditions:
# This won't be needed after this system is implemented, but it is used database that are not # This won't be needed after this system is implemented, but it is used database that are not

File diff suppressed because it is too large Load Diff