From 76fa81955c33771829c24ee598fa1e9188fb63cb Mon Sep 17 00:00:00 2001 From: Aokromes Date: Mon, 4 Dec 2017 12:28:14 +0100 Subject: [PATCH] DB/Spawns: Link more darkmoon spawns to game event By Ovahlord --- .../world/4.3.4/2017_12_04_01_world.sql | 88 +++++++++++++++++++ 1 file changed, 88 insertions(+) create mode 100644 sql/updates/world/4.3.4/2017_12_04_01_world.sql diff --git a/sql/updates/world/4.3.4/2017_12_04_01_world.sql b/sql/updates/world/4.3.4/2017_12_04_01_world.sql new file mode 100644 index 00000000000..1b4f6c17b01 --- /dev/null +++ b/sql/updates/world/4.3.4/2017_12_04_01_world.sql @@ -0,0 +1,88 @@ +-- +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 +(2, 224436), +(2, 224389), +(2, 224438), +(2, 224391), +(2, 224447), +(2, 224395), +(2, 224397), +(2, 224399), +(2, 224440), +(2, 224401), +(2, 224443), +(2, 224386), +(2, 224393), +(2, 224458), +(2, 224457), +(2, 224461), +(2, 224460), +(2, 224459), +(2, 224403), +(2, 224405), +(2, 224448), +(2, 224409), +(2, 224411), +(2, 224413), +(2, 224415), +(2, 224417), +(2, 224419), +(2, 224453), +(2, 224422), +(2, 224424), +(2, 224445), +(2, 224427), +(2, 224429), +(2, 224431), +(2, 224434), +(2, 224452), +(2, 224435), +(2, 224433), +(2, 224446), +(2, 224430), +(2, 224432), +(2, 224428), +(2, 224451), +(2, 224426), +(2, 224423), +(2, 224425), +(2, 224444), +(2, 224421), +(2, 224420), +(2, 224449), +(2, 224418), +(2, 224416), +(2, 224414), +(2, 224442), +(2, 224412), +(2, 224410), +(2, 224408), +(2, 224455), +(2, 224407), +(2, 224406), +(2, 224404), +(2, 224402), +(2, 224398), +(2, 224450), +(2, 224396), +(2, 224394), +(2, 224392), +(2, 224390), +(2, 224439), +(2, 224388), +(2, 224385), +(2, 224454), +(2, 224387), +(2, 224383), +(2, 224384), +(2, 224437), +(2, 224400); + +DELETE FROM `game_event_creature` WHERE `guid` IN (358708, 358707, 358706, 358704, 358705); +INSERT INTO `game_event_creature` (`eventEntry`, `guid`) VALUES +(2, 358708), +(2, 358707), +(2, 358706), +(2, 358704), +(2, 358705);