mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(DB/Auth): allow autobroadcast_locale to have multiple locales for… (#21467)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
--
|
||||
ALTER TABLE `autobroadcast_locale`
|
||||
DROP PRIMARY KEY,
|
||||
ADD PRIMARY KEY (`realmid`, `id`, `locale`);
|
||||
Reference in New Issue
Block a user