[9908] Add missing break. Not affect current code work.
[getmangos.git] / sql / updates / 9716_01_mangos_npc_vendor.sql
blob6dc924dd5772c9d1fe7439330f4af96f8f50b2fc
1 ALTER TABLE db_version CHANGE COLUMN required_9710_01_mangos_command required_9716_01_mangos_npc_vendor bit;
3 ALTER TABLE npc_vendor
4   DROP PRIMARY KEY,
5   ADD PRIMARY KEY  (`entry`,`item`,`ExtendedCost`);