Skip to content

Commit

Permalink
Fix shield regen sending
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziktofel committed Dec 12, 2024
1 parent f03ad3a commit fe18981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/sc2/item/item_tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -1077,7 +1077,7 @@ def get_full_item_list():
ItemData(804 + SC2WOL_ITEM_ID_OFFSET, FactionlessItemType.MaxSupply, -1, SC2Race.ANY, quantity=0,
classification=ItemClassification.filler),
item_names.SHIELD_REGENERATION:
ItemData(805 + SC2WOL_ITEM_ID_OFFSET, ProtossItemType.ShieldRegeneration, -1, SC2Race.PROTOSS, quantity=0,
ItemData(805 + SC2WOL_ITEM_ID_OFFSET, ProtossItemType.ShieldRegeneration, 1, SC2Race.PROTOSS, quantity=0,
classification=ItemClassification.filler),

# Nova gear
Expand Down

0 comments on commit fe18981

Please sign in to comment.