mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/World: Fix primary key in quest_greeting_locale
Close #25115 By @Cerveciento
This commit is contained in:
3
sql/updates/world/3.3.5/2020_07_29_02_world.sql
Normal file
3
sql/updates/world/3.3.5/2020_07_29_02_world.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
--
|
||||
ALTER TABLE `quest_greeting_locale` DROP PRIMARY KEY;
|
||||
ALTER TABLE `quest_greeting_locale` ADD PRIMARY KEY( `ID`, `Type`, `locale`);
|
||||
Reference in New Issue
Block a user