Update VacuumLoot.cpp

I think he forgor 💀
This commit is contained in:
alt 2022-07-03 05:45:39 +07:00 committed by GitHub
parent 3ff2e5e39e
commit 13b49ed58c

View File

@ -51,6 +51,7 @@ namespace cheat::feature
{ {
"SceneObj_DropItem", "SceneObj_DropItem",
"SceneObj_Ore_Drop", "SceneObj_Ore_Drop",
"_DropMagicCrystal",
"_Thundercrystaldrop", "_Thundercrystaldrop",
"Meat", "Meat",
"Fishmeat", "Fishmeat",
@ -90,4 +91,4 @@ namespace cheat::feature
nextTime = currentTime + 1000; nextTime = currentTime + 1000;
} }
} }