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