Added sql files, no longer need to get them from Trinity Core.
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE `groups` CHANGE `isRaid` `groupType` MEDIUMINT(8) UNSIGNED NOT NULL;
|
||||
UPDATE `groups` SET `groupType`=2 where `groupType`=1;
|
||||
Reference in New Issue
Block a user