Skip to content

Commit

Permalink
[9717] Fixed [9716] sql update.
Browse files Browse the repository at this point in the history
Signed-off-by: VladimirMangos <vladimir@getmangos.com>

Grr... git_id tool corrupt old sql update (it drop sometime all except guards)
and i copy old not fixed version for restore :/

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
  • Loading branch information
Diablox authored and VladimirMangos committed Apr 10, 2010
1 parent 01a02c1 commit 2e2778b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sql/updates/9716_01_mangos_npc_vendor.sql
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ ALTER TABLE db_version CHANGE COLUMN required_9710_01_mangos_command required_97

ALTER TABLE npc_vendor
DROP PRIMARY KEY,
PRIMARY KEY (`entry`,`item`,`ExtendedCost`);
ADD PRIMARY KEY (`entry`,`item`,`ExtendedCost`);
2 changes: 1 addition & 1 deletion src/shared/revision_nr.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "9716"
#define REVISION_NR "9717"
#endif // __REVISION_NR_H__

0 comments on commit 2e2778b

Please sign in to comment.