mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 00:48:56 +01:00
DB/Creature: Add MountCreatureID column to addon tables for future use
Ref #25964
(cherry picked from commit cad9aaa823)
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user