From 697749aafc91c004b387389ba9cfcd7a142c763a Mon Sep 17 00:00:00 2001 From: Killyana Date: Sat, 9 Apr 2016 17:55:19 +0200 Subject: DB/Faction: Fix Rivern Frostwind Faction change issue And fix a DB error By @meji46 Closes #16761 --- sql/updates/world/2016_04_09_03_world.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/2016_04_09_03_world.sql (limited to 'sql') diff --git a/sql/updates/world/2016_04_09_03_world.sql b/sql/updates/world/2016_04_09_03_world.sql new file mode 100644 index 00000000000..732e3d83ee5 --- /dev/null +++ b/sql/updates/world/2016_04_09_03_world.sql @@ -0,0 +1,5 @@ +-- +DELETE FROM `player_factionchange_reputations` WHERE `alliance_id`= 589; +INSERT INTO `player_factionchange_reputations` (`alliance_id`, `horde_id`) VALUES +(589, 1137); +UPDATE `creature` SET `equipment_id`=0 WHERE `id` IN(17404); -- cgit v1.2.3