diff options
author | Odyssey <odysseyhyd@gmail.com> | 2012-07-29 02:47:56 +0100 |
---|---|---|
committer | Nay <dnpd.dd@gmail.com> | 2012-07-29 02:47:56 +0100 |
commit | bbc649a45f1316c9690859ad3ead6222bfc5b7fb (patch) | |
tree | 8d232f2140f6b1d15a230af223e406992d5d276c | |
parent | 7e00d312afd6ddc83c843b74a7eedbd15b45530f (diff) |
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>
-rw-r--r-- | sql/updates/world/2012_07_29_00_world_factionchange.sql | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sql/updates/world/2012_07_29_00_world_factionchange.sql b/sql/updates/world/2012_07_29_00_world_factionchange.sql new file mode 100644 index 00000000000..ca6c36630bc --- /dev/null +++ b/sql/updates/world/2012_07_29_00_world_factionchange.sql @@ -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); |