feat(DB): Expand game_event_npc_vendor key to include event entry. (#20398)

Init.
This commit is contained in:
Benjamin Jackson 2024-11-01 18:11:55 -04:00 committed by GitHub
parent f05b3165a5
commit 5f9002571e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,3 @@
ALTER TABLE `game_event_npc_vendor`
DROP PRIMARY KEY,
ADD PRIMARY KEY (`eventEntry`, `guid`, `item`) USING BTREE;