diff options
| author | Killyana <morphone1@gmail.com> | 2016-04-09 17:55:19 +0200 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2016-04-09 17:55:19 +0200 |
| commit | 697749aafc91c004b387389ba9cfcd7a142c763a (patch) | |
| tree | 5774fbcd29b4bf90c5f0491f6b2e34ef95bd3efb | |
| parent | 3a130e94cd12e88079e51fc9eb862697d4143295 (diff) | |
DB/Faction: Fix Rivern Frostwind Faction change issue
And fix a DB error
By @meji46
Closes #16761
| -rw-r--r-- | sql/updates/world/2016_04_09_03_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/2016_04_09_03_world.sql b/sql/updates/world/2016_04_09_03_world.sql new file mode 100644 index 00000000000..732e3d83ee5 --- /dev/null +++ b/sql/updates/world/2016_04_09_03_world.sql @@ -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); |
