From dc8fabe9e6d60167185d9561c55dbf4e9f434b8e Mon Sep 17 00:00:00 2001 From: Dr-J Date: Mon, 23 Feb 2015 23:33:01 +0000 Subject: DB/Achievement: Flirt with Disaster (Faction change issue) By @Rohlik Closes 14201 --- sql/updates/world/2015_02_23_04_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2015_02_23_04_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/2015_02_23_04_world.sql b/sql/updates/world/2015_02_23_04_world.sql new file mode 100644 index 00000000000..b4e68f47825 --- /dev/null +++ b/sql/updates/world/2015_02_23_04_world.sql @@ -0,0 +1,2 @@ +-- Delete wrong data for achiev Flirt With Disaster +DELETE FROM `player_factionchange_achievement` WHERE `alliance_id`=1280 AND `horde_id`=1279; -- cgit v1.2.3