mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 02:04:52 +01:00
Core/Entities: Use ObjectGuid class in game project
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
ALTER TABLE `groups`
|
||||
MODIFY `icon1` BIGINT(20) UNSIGNED NOT NULL,
|
||||
MODIFY `icon2` BIGINT(20) UNSIGNED NOT NULL,
|
||||
MODIFY `icon3` BIGINT(20) UNSIGNED NOT NULL,
|
||||
MODIFY `icon4` BIGINT(20) UNSIGNED NOT NULL,
|
||||
MODIFY `icon5` BIGINT(20) UNSIGNED NOT NULL,
|
||||
MODIFY `icon6` BIGINT(20) UNSIGNED NOT NULL,
|
||||
MODIFY `icon7` BIGINT(20) UNSIGNED NOT NULL,
|
||||
MODIFY `icon8` BIGINT(20) UNSIGNED NOT NULL;
|
||||
Reference in New Issue
Block a user