Adds and Changes

Added missing crafting maps, removed unnecessary maps, changed a few miscellaneous things.
This commit is contained in:
2024-09-14 13:52:39 -04:00
parent 339f0f8b96
commit 7f75e229f9
2041 changed files with 184144 additions and 506679 deletions

View File

@@ -3,7 +3,7 @@
const int ITEM_PROPERTY_USE_LIMITATION_GENDER = 150;
//Baseitem: New Weapon Types
const int BASE_ITEM_TRIDENT_1H = 300;
const int BASE_ITEM_TRIDENT = 300;
const int BASE_ITEM_HEAVYPICK = 301;
const int BASE_ITEM_LIGHTPICK = 302;
const int BASE_ITEM_SAI = 303;
@@ -130,4 +130,3 @@ void ZEPGenderRestrict(object oItem, object oPC)
}
}
}