From fc17c2b41ee124319f57bc4a2764d38054e26b66 Mon Sep 17 00:00:00 2001 From: tibbi Date: Sat, 27 Oct 2012 23:52:52 +0100 Subject: add a missing item at player_factionchange_items --- sql/updates/world/2012_10_28_00_world_player_factionchange_items.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/2012_10_28_00_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 new file mode 100644 index 00000000000..641917b7425 --- /dev/null +++ b/sql/updates/world/2012_10_28_00_world_player_factionchange_items.sql @@ -0,0 +1,3 @@ +DELETE FROM `player_factionchange_items` WHERE `alliance_id` = 15198; +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'); -- cgit v1.2.3