Skip to content

Commit

Permalink
chore(DB): import pending files
Browse files Browse the repository at this point in the history
Referenced commit(s): bc23a7a
  • Loading branch information
github-actions[bot] committed Jul 25, 2024
1 parent bc23a7a commit 17d6166
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 2024_07_23_02 -> 2024_07_25_00
-- Delete all pools
DELETE FROM `pool_template` WHERE `entry` IN (8085, 8086, 8087) AND `description` LIKE 'Zangarmarsh%';
DELETE FROM `pool_gameobject` WHERE `guid` IN (21,1801,2730,16819,16820,16824,16825,16828,16829,16831,16836,16837,16839,16840,16841,16843,16847,16848,16850,16851,17172,17177,17178,17185,17665,17779,17844,20364,20944,21553,21554,22442,23956,23957,23959,23961,23962,23963,23964,23965,23968,23969,28313,28316,30408,30417,30544,32744,32824,33835,40534,40535,40536,40537,40538,40539,40578,40583,40584,40586,40587,40588,40590,40592,40593,40594,40596,40597,40598,40599,40600,40601,40602,40603,40604,40605,40607,40608,42178,42215,42217,42218,42226,42227,42236,42237,42240,42242,42245,42246,42247,42296,42346,42430,61290,61291,61304,61305,61312,61313,61315,61316,64802,64804,64805,64806,64807,64808,64810,64846,64847,64848,64849,64850,64851,64852,85916,85917,85918,85919,85920,87045,87125,87126,87127,87128,87398,87399,100198,101758,101759) AND `pool_entry` IN (8085, 8086, 8087) AND `description` LIKE '%Zangarmarsh%';
Expand Down

0 comments on commit 17d6166

Please sign in to comment.