mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 19:37:03 +00:00
[10943] Fixed mangos.sql after rename table to game_event_creature_data
This commit is contained in:
parent
7a2478ff4f
commit
cb1e82d663
2 changed files with 2 additions and 2 deletions
|
|
@ -1669,7 +1669,7 @@ CREATE TABLE `game_event_creature_data` (
|
|||
-- Dumping data for table `game_event_creature_data`
|
||||
--
|
||||
|
||||
LOCK TABLES `game_event_model_equip` WRITE;
|
||||
LOCK TABLES `game_event_creature_data` WRITE;
|
||||
/*!40000 ALTER TABLE `game_event_creature_data` DISABLE KEYS */;
|
||||
/*!40000 ALTER TABLE `game_event_creature_data` ENABLE KEYS */;
|
||||
UNLOCK TABLES;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "10942"
|
||||
#define REVISION_NR "10943"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue