mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
move global cuFlags left by 24b. They were unique to achievements but should be applicable to all types
This commit is contained in:
2
setup/aowow_achievements_u1.sql
Normal file
2
setup/aowow_achievements_u1.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE `aowow_achievement` MODIFY COLUMN `cuFlags` int(32) NOT NULL COMMENT 'see defines.php' AFTER `rewardIds`;
|
||||
UPDATE aowow_achievement SET `cuFlags` = `cuFlags` << 24 WHERE `cuFlags` & 0xFF;
|
||||
Reference in New Issue
Block a user