mirror of
https://github.com/mangosfour/server.git
synced 2025-12-17 16:37:00 +00:00
[c12555] Fix db_version
This commit is contained in:
parent
5184ac245e
commit
6043d2d50d
2 changed files with 2 additions and 2 deletions
|
|
@ -1435,7 +1435,7 @@ CREATE TABLE `db_version` (
|
|||
|
||||
LOCK TABLES `db_version` WRITE;
|
||||
/*!40000 ALTER TABLE `db_version` DISABLE KEYS */;
|
||||
INSERT INTO `db_version` (`version`, `creature_ai_version`, `cache_id`, `required_c12472_02_mangos_npc_vendor_template`) VALUES
|
||||
INSERT INTO `db_version` (`version`, `creature_ai_version`, `cache_id`, `required_c12552_01_mangos_item_enchantment_template`) VALUES
|
||||
('Mangos default database.','Creature EventAI not provided.',0,NULL);
|
||||
/*!40000 ALTER TABLE `db_version` ENABLE KEYS */;
|
||||
UNLOCK TABLES;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "12554"
|
||||
#define REVISION_NR "12555"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue