mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core/PacketIO: Updated to 11.0.0
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
ALTER TABLE `groups` ADD `pingRestriction` tinyint AFTER `masterLooterGuid`;
|
||||
|
||||
UPDATE `groups` SET `pingRestriction`=0;
|
||||
|
||||
ALTER TABLE `groups` MODIFY `pingRestriction` tinyint NOT NULL;
|
||||
Reference in New Issue
Block a user