Skip to content

Commit

Permalink
chore(DB): import pending files
Browse files Browse the repository at this point in the history
Referenced commit(s): fd7c8a0
  • Loading branch information
github-actions[bot] committed May 14, 2024
1 parent fd7c8a0 commit ef6db03
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_05_14_01 -> 2024_05_14_02
-- Delete all unpooled gameobjects from Eastern Kingdoms
DELETE FROM `gameobject` WHERE `guid` NOT IN (SELECT `guid` FROM `pool_gameobject`) AND `map` = 0 AND `id` IN (1731, /* Copper Vein */2055, /* Copper Vein */3763, /* Copper Vein */103713, /* Copper Vein */181248, /* Copper Vein */1732, /* Tin Vein */2054, /* Tin Vein */3764, /* Tin Vein */103711, /* Tin Vein */181249, /* Tin Vein */1733, /* Silver Vein */73940, /* Ooze Covered Silver Vein */105569, /* Silver Vein */1735, /* Iron Deposit */73939, /* Ooze Covered Iron Deposit */1734, /* Gold Vein */73941, /* Ooze Covered Gold Vein */150080, /* Gold Vein */181109, /* Gold Vein */2040, /* Mithril Deposit */123310, /* Ooze Covered Mithril Deposit */150079, /* Mithril Deposit */176645, /* Mithril Deposit */2047, /* Truesilver Deposit */123309, /* Ooze Covered Truesilver Deposit */150081, /* Truesilver Deposit */181108, /* Truesilver Deposit */324, /* Small Thorium Vein */123848, /* Ooze Covered Thorium Vein */150082, /* Small Thorium Vein */175404, /* Rich Thorium Vein */176643, /* Small Thorium Vein */177388, /* Ooze Covered Rich Thorium Vein */165658, /* Dark Iron Deposit */2653, /* Lesser Bloodstone Deposit */1610, /* Incendicite Mineral Vein */1667, /* Incendicite Mineral Vein */19903, /* Indurium Mineral Vein */2045, /* Stranglekelp */1618, /* Peacebloom */3724, /* Peacebloom */1617, /* Silverleaf */3725, /* Silverleaf */1619, /* Earthroot */3726, /* Earthroot */1620, /* Mageroyal */3727, /* Mageroyal */1621, /* Briarthorn */3729, /* Briarthorn */1622, /* Bruiseweed */3730, /* Bruiseweed */1623, /* Wild Steelbloom */1628, /* Grave Moss */1624, /* Kingsblood */2041, /* Liferoot */2042, /* Fadeleaf */2046, /* Goldthorn */2043, /* Khadgar's Whisker */2044, /* Wintersbite */2866, /* Firebloom */142140, /* Purple Lotus */180165, /* Purple Lotus */142141, /* Arthas' Tears */176642, /* Arthas' Tears */142142, /* Sungrass */176636, /* Sungrass */180164, /* Sungrass */142143, /* Blindweed */183046, /* Blindweed */142144, /* Ghost Mushroom */142145, /* Gromsblood */176637, /* Gromsblood */176583, /* Golden Sansam */176638, /* Golden Sansam */180167, /* Golden Sansam */176584, /* Dreamfoil */176639, /* Dreamfoil */180168, /* Dreamfoil */176586, /* Mountain Silversage */176640, /* Mountain Silversage */180166, /* Mountain Silversage */176587, /* Plaguebloom */176641, /* Plaguebloom */176588, /* Icecap */176589 /* Black Lotus */);

Expand Down

0 comments on commit ef6db03

Please sign in to comment.