[10783] Fixed comment in characters.sql

This commit is contained in:
VladimirMangos 2010-11-25 16:39:51 +03:00
parent cc0655a402
commit 525836734c
2 changed files with 2 additions and 2 deletions

View file

@ -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;

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "10782"
#define REVISION_NR "10783"
#endif // __REVISION_NR_H__