mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-29 05:11:55 +01:00
DB: fixed delete statement in last commit
This commit is contained in:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user