aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortibbi <tibbi@centrum.sk>2012-10-27 23:52:52 +0100
committertibbi <tibbi@centrum.sk>2012-10-27 23:52:52 +0100
commitfc17c2b41ee124319f57bc4a2764d38054e26b66 (patch)
tree35e590c3ab0361a1e455947b4c10b3c76cb41cd9
parent57f84c920b17e7a2d788626d7d745d36c0618c72 (diff)
add a missing item at player_factionchange_items
-rw-r--r--sql/updates/world/2012_10_28_00_world_player_factionchange_items.sql3
1 files changed, 3 insertions, 0 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
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');