mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 01:08:35 +00:00
feat(DB): Expand game_event_npc_vendor key to include event entry. (#20398)
Init.
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
ALTER TABLE `game_event_npc_vendor`
|
||||
DROP PRIMARY KEY,
|
||||
ADD PRIMARY KEY (`eventEntry`, `guid`, `item`) USING BTREE;
|
||||
Reference in New Issue
Block a user