Skip to content

Commit

Permalink
Update DB2LoadInfo.h
Browse files Browse the repository at this point in the history
  • Loading branch information
KamiliaBlow committed Mar 4, 2025
1 parent 9bb9dfc commit 70979f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/game/DataStores/DB2LoadInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -5103,7 +5103,7 @@ struct ScreenEffectLoadInfo
{ false, FT_INT, "ZoneMusicID" },
{ true, FT_SHORT, "TimeOfDayOverride" },
{ true, FT_BYTE, "EffectMask" },
{ false, FT_INT, "LightFlags" },
{ true, FT_INT, "LightFlags" },
};

static constexpr DB2LoadInfo Instance{ Fields, 16, &ScreenEffectMeta::Instance, HOTFIX_SEL_SCREEN_EFFECT };
Expand Down

0 comments on commit 70979f8

Please sign in to comment.