feat(DB): Expand game_event_npc_vendor key to include event entry. (#20398)
Init.
This commit is contained in:
parent
f05b3165a5
commit
5f9002571e
1 changed files with 3 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
ALTER TABLE `game_event_npc_vendor`
|
||||
DROP PRIMARY KEY,
|
||||
ADD PRIMARY KEY (`eventEntry`, `guid`, `item`) USING BTREE;
|
||||
Loading…
Add table
Add a link
Reference in a new issue