From 25cc9310a74d8594cd2a528bf6468336efb47c83 Mon Sep 17 00:00:00 2001 From: Exodius Date: Sun, 30 Jun 2013 17:53:56 +0200 Subject: [PATCH] DB/Player: add Wooly Mammoth & Armored Brown Bear to factionchange Closes #10098 --- ...te.sql => 2013_06_30_07_world_creature_loot_template.sql} | 0 .../2013_06_30_08_world_player_factionchange_spells.sql | 5 +++++ 2 files changed, 5 insertions(+) rename sql/updates/world/{2013_06_30_world_creature_loot_template.sql => 2013_06_30_07_world_creature_loot_template.sql} (100%) create mode 100644 sql/updates/world/2013_06_30_08_world_player_factionchange_spells.sql diff --git a/sql/updates/world/2013_06_30_world_creature_loot_template.sql b/sql/updates/world/2013_06_30_07_world_creature_loot_template.sql similarity index 100% rename from sql/updates/world/2013_06_30_world_creature_loot_template.sql rename to sql/updates/world/2013_06_30_07_world_creature_loot_template.sql diff --git a/sql/updates/world/2013_06_30_08_world_player_factionchange_spells.sql b/sql/updates/world/2013_06_30_08_world_player_factionchange_spells.sql new file mode 100644 index 00000000000..1d3da3eb33b --- /dev/null +++ b/sql/updates/world/2013_06_30_08_world_player_factionchange_spells.sql @@ -0,0 +1,5 @@ +DELETE FROM `player_factionchange_spells` WHERE `alliance_id`=59791 AND `horde_id`=59793; +DELETE FROM `player_factionchange_spells` WHERE `alliance_id`=60114 AND `horde_id`=60116; +INSERT INTO `player_factionchange_spells` (`alliance_id`,`horde_id`) VALUES +(59791, 59793), -- Wooly Mammoth +(60114, 60116); -- Armored Brown Bear