From e61a0a10bbd68603bf653d3f1ce99ef271481105 Mon Sep 17 00:00:00 2001 From: Ovahlord Date: Mon, 24 Sep 2018 02:25:25 +0200 Subject: [PATCH] DB/Events: moved Darkmoon Island event spawns to correct eventId --- .../custom/custom_2018_09_24_00_world.sql | 117 ++++++++++++++++++ 1 file changed, 117 insertions(+) create mode 100644 sql/updates/world/custom/custom_2018_09_24_00_world.sql diff --git a/sql/updates/world/custom/custom_2018_09_24_00_world.sql b/sql/updates/world/custom/custom_2018_09_24_00_world.sql new file mode 100644 index 00000000000..1ee43a2d6d9 --- /dev/null +++ b/sql/updates/world/custom/custom_2018_09_24_00_world.sql @@ -0,0 +1,117 @@ +DELETE FROM `game_event_gameobject` WHERE `guid` IN (220147, 220148, 220041, 220029, 220102, 220600, 224456, 220076, 220044, 220043, 220048, 220049, 220042, 220458, 220468, 220602, 220476, 220466, 220463, 220437, 220438, 220461); +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(3, 220147), +(3, 220148), +(3, 220041), +(3, 220029), +(3, 220102), +(3, 220600), +(3, 224456), +(3, 220076), +(3, 220044), +(3, 220043), +(3, 220048), +(3, 220049), +(3, 220042), +(3, 220458), +(3, 220468), +(3, 220602), +(3, 220476), +(3, 220466), +(3, 220463), +(3, 220437), +(3, 220438), +(3, 220461); + +DELETE FROM `game_event_creature` WHERE `guid` IN (314484, 314040); +INSERT INTO `game_event_creature` (`eventEntry`, `guid`) VALUES +(3, 314484), +(3, 314040); + +DELETE FROM `game_event_gameobject` WHERE `guid` IN (224436, 224389, 224438, 224391, 224447, 224395, 224397, 224399, 224440, 224401, 224443, 224386, 224393, 224458, 224457, 224461, 224460, 224459, 224403, 224448, 224409, 224413, 224415, 224417, 224419, 224453, 224422, 224424, 224445, 224427, 224429, 224431, 224434, 224452, 224435, 224433, 224446, 224430, 224432, 224428, 224405, 224411, 224451, 224426, 224423, 224425, 224444, 224421, 224420, 224449, 224418, 224416, 224414, 224442, 224412, 224410, 224408, 224455, 224407, 224406, 224404, 224402, 224398, 224450, 224396, 224394, 224392, 224390, 224439, 224388, 224385, 224454, 224387, 224383, 224384, 224437, 224400); +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(3, 224436), +(3, 224389), +(3, 224438), +(3, 224391), +(3, 224447), +(3, 224395), +(3, 224397), +(3, 224399), +(3, 224440), +(3, 224401), +(3, 224443), +(3, 224386), +(3, 224393), +(3, 224458), +(3, 224457), +(3, 224461), +(3, 224460), +(3, 224459), +(3, 224403), +(3, 224405), +(3, 224448), +(3, 224409), +(3, 224411), +(3, 224413), +(3, 224415), +(3, 224417), +(3, 224419), +(3, 224453), +(3, 224422), +(3, 224424), +(3, 224445), +(3, 224427), +(3, 224429), +(3, 224431), +(3, 224434), +(3, 224452), +(3, 224435), +(3, 224433), +(3, 224446), +(3, 224430), +(3, 224432), +(3, 224428), +(3, 224451), +(3, 224426), +(3, 224423), +(3, 224425), +(3, 224444), +(3, 224421), +(3, 224420), +(3, 224449), +(3, 224418), +(3, 224416), +(3, 224414), +(3, 224442), +(3, 224412), +(3, 224410), +(3, 224408), +(3, 224455), +(3, 224407), +(3, 224406), +(3, 224404), +(3, 224402), +(3, 224398), +(3, 224450), +(3, 224396), +(3, 224394), +(3, 224392), +(3, 224390), +(3, 224439), +(3, 224388), +(3, 224385), +(3, 224454), +(3, 224387), +(3, 224383), +(3, 224384), +(3, 224437), +(3, 224400); + +DELETE FROM `game_event_creature` WHERE `guid` IN (358708, 358707, 358706, 358704, 358705); +INSERT INTO `game_event_creature` (`eventEntry`, `guid`) VALUES +(3, 358708), +(3, 358707), +(3, 358706), +(3, 358704), +(3, 358705);