aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/world/2012_10_28_00_world_player_factionchange_items.sql5
1 files changed, 3 insertions, 2 deletions
diff --git a/sql/updates/world/2012_10_28_00_world_player_factionchange_items.sql b/sql/updates/world/2012_10_28_00_world_player_factionchange_items.sql
index 641917b7425..17b9616624a 100644
--- a/sql/updates/world/2012_10_28_00_world_player_factionchange_items.sql
+++ b/sql/updates/world/2012_10_28_00_world_player_factionchange_items.sql
@@ -1,3 +1,4 @@
-DELETE FROM `player_factionchange_items` WHERE `alliance_id` = 15198;
+DELETE FROM `player_factionchange_items` WHERE `alliance_id` IN (15198, 47937);
INSERT INTO `player_factionchange_items` (`race_A`, `alliance_id`, `commentA`, `race_H`, `horde_id`, `commentH`) VALUES
-(0, 15198, 'Knight\'s Colors', 0, 15199, 'Stone Guard\'s Herald');
+(0, 15198, 'Knight\'s Colors', 0, 15199, 'Stone Guard\'s Herald'),
+(0, 47937, 'Girdle of the Nether Champion', 0, 48009, 'Belt of the Nether Champion');