From 29e20d4c4156933559c841ebbbf9e653986902a5 Mon Sep 17 00:00:00 2001 From: Vincent-Michael Date: Wed, 14 Nov 2012 00:21:37 +0100 Subject: SQL: Rename SQL merged in PR --- sql/updates/world/2012_10_28_00_world_player_factionchange_items.sql | 4 ---- sql/updates/world/2012_11_13_05_world_player_factionchange_items.sql | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 sql/updates/world/2012_10_28_00_world_player_factionchange_items.sql create mode 100644 sql/updates/world/2012_11_13_05_world_player_factionchange_items.sql (limited to 'sql') 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 deleted file mode 100644 index 17b9616624a..00000000000 --- a/sql/updates/world/2012_10_28_00_world_player_factionchange_items.sql +++ /dev/null @@ -1,4 +0,0 @@ -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, 47937, 'Girdle of the Nether Champion', 0, 48009, 'Belt of the Nether Champion'); diff --git a/sql/updates/world/2012_11_13_05_world_player_factionchange_items.sql b/sql/updates/world/2012_11_13_05_world_player_factionchange_items.sql new file mode 100644 index 00000000000..17b9616624a --- /dev/null +++ b/sql/updates/world/2012_11_13_05_world_player_factionchange_items.sql @@ -0,0 +1,4 @@ +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, 47937, 'Girdle of the Nether Champion', 0, 48009, 'Belt of the Nether Champion'); -- cgit v1.2.3