Skip to content

Commit e3783ea

Browse files
committed
Fix CreatureModeStrategies::UnlockPart
1 parent d6fdddb commit e3783ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Spore ModAPI/Spore/App/cCreatureModeStrategy.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ namespace App
9292
};
9393

9494
struct UnlockPart {
95-
static const uint32_t ID = 0xD3353638;
95+
static const uint32_t ID = 0x5371F11;
9696

9797
Simulator::cCreatureBase* creature;
9898
int field_4;

0 commit comments

Comments
 (0)