mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 19:37:02 +00:00
[10869] Fixed typo in mangos.sql added in recent commit.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
85c3e2e3be
commit
9b5dd492da
2 changed files with 2 additions and 2 deletions
|
|
@ -4010,7 +4010,7 @@ CREATE TABLE `npc_trainer_template` (
|
|||
-- Dumping data for table `npc_trainer_template`
|
||||
--
|
||||
|
||||
LOCK TABLES `npc_trainer` WRITE;
|
||||
LOCK TABLES `npc_trainer_template` WRITE;
|
||||
/*!40000 ALTER TABLE `npc_trainer_template` DISABLE KEYS */;
|
||||
/*!40000 ALTER TABLE `npc_trainer_template` ENABLE KEYS */;
|
||||
UNLOCK TABLES;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "10868"
|
||||
#define REVISION_NR "10869"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue