Skip to content

Commit

Permalink
DB/Faction: Fix Rivern Frostwind Faction change issue
Browse files Browse the repository at this point in the history
And fix a DB error
By @meji46
Closes #16761
  • Loading branch information
Killyana committed Apr 9, 2016
1 parent 3a130e9 commit 697749a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions 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);

0 comments on commit 697749a

Please sign in to comment.