mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-25 22:56:24 +00:00
fix(Core): Crashfix. (#12643)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
--
|
||||
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