DB/Faction Change: Faction change item/spell conversion for Reins of the Traveler's Tundra Mammoth

Closes #7174

Signed-off-by: Nay <dnpd.dd@gmail.com>
This commit is contained in:
Odyssey
2012-07-29 02:47:56 +01:00
committed by Nay
parent 7e00d312af
commit bbc649a45f

View File

@@ -0,0 +1,9 @@
-- Faction change item conversion for Reins of the Traveler's Tundra Mammoth
DELETE FROM `player_factionchange_items` WHERE `alliance_id`=44235;
INSERT INTO `player_factionchange_items` (`race_A`, `alliance_id`, `commentA`, `race_H`, `horde_id`, `commentH`) VALUES
(0,44235,'Reins of the Traveler''s Tundra Mammoth',0,44234,'Reins of the Traveler''s Tundra Mammoth');
-- Faction change spell conversion for Reins of the Traveler's Tundra Mammoth
DELETE FROM `player_factionchange_spells` WHERE `alliance_id`=61425;
INSERT INTO `player_factionchange_spells` (`alliance_id`,`horde_id`) VALUES
(61425,61447);