DB/Creature: Add MountCreatureID column to addon tables for future use

Ref #25964

(cherry picked from commit cad9aaa823)
This commit is contained in:
offl
2021-10-01 18:20:32 +03:00
committed by Shauren
parent 1a236bdecd
commit 7d22f76f11

View File

@@ -0,0 +1,6 @@
--
ALTER TABLE `creature_addon` ADD COLUMN `MountCreatureID` int unsigned NOT NULL AFTER `mount`;
ALTER TABLE `creature_template_addon` ADD COLUMN `MountCreatureID` int unsigned NOT NULL AFTER `mount`;
UPDATE `creature_template_addon` SET `MountCreatureID` = 25187 WHERE `entry` = 23346;
UPDATE `creature_template_addon` SET `MountCreatureID` = 25182 WHERE `entry` = 23344;