From f4988e024f245b1ed2a2bb918880cb1837c837c6 Mon Sep 17 00:00:00 2001 From: Ovahlord Date: Mon, 24 Sep 2018 20:56:48 +0200 Subject: [PATCH] DB: fixed delete statement in last commit --- sql/updates/world/custom/custom_2018_09_24_03_world.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/updates/world/custom/custom_2018_09_24_03_world.sql b/sql/updates/world/custom/custom_2018_09_24_03_world.sql index c93620a4421..0792a44c1ae 100644 --- a/sql/updates/world/custom/custom_2018_09_24_03_world.sql +++ b/sql/updates/world/custom/custom_2018_09_24_03_world.sql @@ -1,4 +1,4 @@ -DELETE FROM `phase_area` WHERE `AreaId` IN (4989, 5022, 5013, 5014, 5016, 5018, 5019); +DELETE FROM `phase_area` WHERE `AreaId` IN (4989, 5022, 5013, 4861, 5016, 5018, 5019); INSERT INTO `phase_area` (`AreaId`, `PhaseId`, `Comment`) VALUES (4989, 194, 'Mount Hyjal - Grove of Aessina - Phase 194'), (5022, 194, 'Mount Hyjal - Rim of the World - Phase 194'),