mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 17:19:07 +00:00
feat(Core/SAI): Wp table add in orientation and delay collumn (#8927)
ADD (Core) Wp table add in orientation and delay collumn TC Cherry pick of TrinityCore/TrinityCore@4b7d19c
This commit is contained in:
4
data/sql/updates/db_world/rev_1635951187866923861.sql
Normal file
4
data/sql/updates/db_world/rev_1635951187866923861.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
-- add revision
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1635951187866923861');
|
||||
-- add orientation` and delay into existing wp table
|
||||
ALTER TABLE `waypoints` ADD COLUMN `orientation` FLOAT DEFAULT 0 NOT NULL AFTER `position_z`, ADD COLUMN `delay` INT UNSIGNED DEFAULT 0 NOT NULL AFTER `orientation`;
|
||||
Reference in New Issue
Block a user