mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
add a missing item at player_factionchange_items
This commit is contained in:
@@ -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');
|
||||
Reference in New Issue
Block a user