Skip to content

Commit

Permalink
[10783] Fixed comment in characters.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
VladimirMangos committed Nov 25, 2010
1 parent 8fcfddf commit 9943629
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sql/characters.sql
Expand Up @@ -1472,7 +1472,7 @@ CREATE TABLE `item_loot` (
) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='Item System';

--
-- Dumping data for table `item_instance`
-- Dumping data for table `item_loot`
--

LOCK TABLES `item_loot` WRITE;
Expand Down
2 changes: 1 addition & 1 deletion src/shared/revision_nr.h
@@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "10782"
#define REVISION_NR "10783"
#endif // __REVISION_NR_H__

0 comments on commit 9943629

Please sign in to comment.