mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-24 22:26:22 +00:00
6
data/sql/updates/db_characters/2022_08_07_00.sql
Normal file
6
data/sql/updates/db_characters/2022_08_07_00.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
-- DB update 2022_08_02_00 -> 2022_08_07_00
|
||||
--
|
||||
ALTER TABLE `character_entry_point`
|
||||
ADD COLUMN `taxiPath0` INT UNSIGNED DEFAULT 0 NOT NULL AFTER `joinMapId`,
|
||||
ADD COLUMN `taxiPath1` INT UNSIGNED DEFAULT 0 NOT NULL AFTER `taxiPath0`,
|
||||
DROP COLUMN `taxiPath`;
|
||||
Reference in New Issue
Block a user