aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorburnham <georgiosburnham@gmail.com>2012-01-27 14:35:31 +0100
committerburnham <georgiosburnham@gmail.com>2012-01-27 14:36:30 +0100
commit162ab263282d57b9135270608d61057470ad119a (patch)
tree2d9d2f3278706e46bc6dba7a344fed482fb3a3a4
parent6c1815db7f795e697f2df18a554f5b1a33e6c73a (diff)
DB/Faction change: Add some missing items
Signed-off-by: burnham <georgiosburnham@gmail.com>
-rw-r--r--sql/updates/world/2012_01_27_00_player_factionchange_items.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2012_01_27_00_player_factionchange_items.sql b/sql/updates/world/2012_01_27_00_player_factionchange_items.sql
new file mode 100644
index 00000000000..1dc2749807e
--- /dev/null
+++ b/sql/updates/world/2012_01_27_00_player_factionchange_items.sql
@@ -0,0 +1,4 @@
+-- DB/Faction change: Add some missing items
+DELETE FROM `player_factionchange_items` WHERE `alliance_id` IN (47711) AND horde_id IN (47870);
+INSERT INTO `player_factionchange_items` (`race_A`,`alliance_id`,`commentA`,`race_H`,`horde_id`,`commentH`) VALUES
+(0,47711, 'Girdle of the Nether Champion',0,47870, 'Belt of the Nether Championt');