mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
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:
9
sql/updates/world/2012_07_29_00_world_factionchange.sql
Normal file
9
sql/updates/world/2012_07_29_00_world_factionchange.sql
Normal 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);
|
||||
Reference in New Issue
Block a user