mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 16:38:42 +01:00
Merge pull request #4970 from burnham/master
DB/Faction change: Add some missing items
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
-- DB/Faction change: Add some missing items
|
||||
DELETE FROM `player_factionchange_items` WHERE `alliance_id` IN (47711) AND horde_id IN (47870);
|
||||
INSERT INTO `player_factionchange_items` (`race_A`,`alliance_id`,`commentA`,`race_H`,`horde_id`,`commentH`) VALUES
|
||||
(0,47711, 'Girdle of the Nether Champion',0,47870, 'Belt of the Nether Championt');
|
||||
Reference in New Issue
Block a user