mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-29 13:22:48 +01:00
DB: Add missing racial mounts to faction change
(cherry picked from commit 54c6fdba3f)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
DELETE FROM `player_factionchange_spells` WHERE `horde_id` IN (23248,35018,35028);
|
||||
INSERT INTO `player_factionchange_spells` (`horde_id`, `alliance_id`) VALUES
|
||||
(23248, 17454), -- Great Gray Kodo <-> Unpainted Mechanostrider
|
||||
(35018, 49908), -- Purple Hawkstrider <-> Pink Elekk
|
||||
(35028, 48027); -- Swift Warstrider <-> Black War Elekk
|
||||
Reference in New Issue
Block a user