Skip to content

Commit

Permalink
Update 2. hotfixes db.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
KamiliaBlow committed Mar 4, 2025
1 parent 4ca1fb9 commit 9bb9dfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/RoleplayCore/2. hotfixes db.sql
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ CREATE TABLE `screen_effect` (
`ZoneMusicID` int UNSIGNED NOT NULL DEFAULT 0,
`TimeOfDayOverride` smallint NOT NULL DEFAULT 0,
`EffectMask` tinyint NOT NULL DEFAULT 0,
`LightFlags` tinyint UNSIGNED NOT NULL DEFAULT 0,
`LightFlags` int UNSIGNED NOT NULL DEFAULT 0,
`VerifiedBuild` int NOT NULL DEFAULT 0,
PRIMARY KEY (`ID`, `VerifiedBuild`) USING BTREE
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci ROW_FORMAT = Dynamic;
Expand Down

0 comments on commit 9bb9dfc

Please sign in to comment.