Merge branch 'Akebi-Group:master' into master

This commit is contained in:
Taiga 2022-07-04 13:17:23 -06:00 committed by GitHub
commit ebb65c8fe6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,7 +51,17 @@ namespace cheat::feature
{ {
"SceneObj_DropItem", "SceneObj_DropItem",
"SceneObj_Ore_Drop", "SceneObj_Ore_Drop",
"_DropMagicCrystal",
"_Thundercrystaldrop", "_Thundercrystaldrop",
"_Ore_ElectricRock",
"_DropMoonMeteor_",
"_DropMagicCrystal",
"_Potato",
"_Radish02_Clear",
"_Cabbage",
"_Carrot02_Clear",
"_Wheat",
"Wisp",
"Meat", "Meat",
"Fishmeat", "Fishmeat",
"Equip_Sword", "Equip_Sword",
@ -90,4 +100,4 @@ namespace cheat::feature
nextTime = currentTime + 1000; nextTime = currentTime + 1000;
} }
} }