Skip to content

Commit

Permalink
chore(DB): import pending files
Browse files Browse the repository at this point in the history
Referenced commit(s): 66de9b2
  • Loading branch information
github-actions[bot] committed Dec 28, 2023
1 parent 66de9b2 commit 583b197
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
-- DB update 2023_12_26_00 -> 2023_12_28_00
-- Update Midsummer creature 'Flame Keeper' / 'Flame Warden' spawns with sniffed values
DELETE FROM `creature` WHERE (`id1` IN(32801, 32802, 32803, 32804, 32805, 32806, 32807, 32808, 32809, 32810, 32811, 32812, 32813, 32814, 32815, 32816, 25883, 25884, 25887, 25890, 25893, 25894, 25895, 25896, 25897, 25898, 25899, 25900, 25901, 25902, 25904, 25906, 25908, 25909, 25910, 25911, 25914, 25915, 25916, 25917, 25919, 25920, 25921, 25922, 25923, 25925, 25927, 25928, 25929, 25930, 25931, 25932, 25933, 25934, 25935, 25936, 25937, 25939, 25940, 25941, 25942, 25943, 25944, 25945, 25946, 25947, 25892, 25888, 25891, 25907, 25938, 25905, 25912, 25903, 25889, 25926, 25913, 25918)) AND (`guid` IN (245500, 245501, 245502, 245503, 245504, 245505, 245506, 245507, 245508, 245509, 245510, 245511, 245512, 245513, 245514, 245515, 245642, 245643, 245644, 245647, 245650, 245651, 245652, 245653, 245654, 245655, 245656, 245657, 245658, 245659, 245661, 245663, 245665, 245666, 245667, 245668, 245671, 245672, 245673, 245674, 245676, 245677, 245678, 245679, 245680, 245681, 245683, 245684, 245685, 245686, 245687, 245688, 245689, 245690, 245691, 245692, 245693, 245695, 245696, 245697, 245698, 245699, 245700, 245701, 245702, 245703, 248581, 248584, 248585, 248586, 248587, 248588, 248589, 248590, 248591, 248592, 248593, 248594));
INSERT INTO `creature` (`guid`, `id1`, `map`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`, `CreateObject`, `Comment`) VALUES
Expand Down

0 comments on commit 583b197

Please sign in to comment.