add a missing item at player_factionchange_items

This commit is contained in:
tibbi
2012-10-27 23:52:52 +01:00
parent 57f84c920b
commit fc17c2b41e

View File

@@ -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');