Skip to content

Commit baebc88

Browse files
committed
feat: fix SetStartingWorldOrCell ID
1 parent 8c8d6cc commit baebc88

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/RE/IDs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -957,7 +957,7 @@ namespace RE::ID
957957
inline constexpr REL::ID SetBendableSplineInfo{ 2190623 };
958958
inline constexpr REL::ID SetDisplayNameFromInstanceData{ 2190179 };
959959
inline constexpr REL::ID SetOverrideName{ 2190167 };
960-
inline constexpr REL::ID SetStartingWorldOrCell{ 2191213 };
960+
inline constexpr REL::ID SetStartingWorldOrCell{ 2190506 };
961961
inline constexpr REL::ID GetHealthPerc{ 2190226 };
962962
inline constexpr REL::ID SetHealthPerc{ 2190124 };
963963
inline constexpr REL::ID ClearFavorite{ 2190191 };

0 commit comments

Comments
 (0)