mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 17:54:48 +01:00
DB/Faction: Fix Rivern Frostwind Faction change issue
And fix a DB error By @meji46 Closes #16761
This commit is contained in:
5
sql/updates/world/2016_04_09_03_world.sql
Normal file
5
sql/updates/world/2016_04_09_03_world.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
--
|
||||
DELETE FROM `player_factionchange_reputations` WHERE `alliance_id`= 589;
|
||||
INSERT INTO `player_factionchange_reputations` (`alliance_id`, `horde_id`) VALUES
|
||||
(589, 1137);
|
||||
UPDATE `creature` SET `equipment_id`=0 WHERE `id` IN(17404);
|
||||
Reference in New Issue
Block a user