DB/World: Fix primary key in quest_greeting_locale

Close #25115
By @Cerveciento
This commit is contained in:
jackpoz
2020-07-29 16:24:03 +02:00
parent 713a0340b3
commit df23ae950f

View File

@@ -0,0 +1,3 @@
--
ALTER TABLE `quest_greeting_locale` DROP PRIMARY KEY;
ALTER TABLE `quest_greeting_locale` ADD PRIMARY KEY( `ID`, `Type`, `locale`);