mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 15:40:45 +01:00
Little sql improvement.
--HG-- branch : trunk
This commit is contained in:
@@ -1631,6 +1631,15 @@ CREATE TABLE `item_refund_instance` (
|
||||
PRIMARY KEY (`item_guid`,`player_guid`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='Item Refund System';
|
||||
/*!40101 SET character_set_client = @saved_cs_client */;
|
||||
|
||||
--
|
||||
-- Dumping data for table `item_refund_instance`
|
||||
--
|
||||
|
||||
LOCK TABLES `item_refund_instance` WRITE;
|
||||
/*!40000 ALTER TABLE `item_refund_instance` DISABLE KEYS */;
|
||||
/*!40000 ALTER TABLE `item_refund_instance` ENABLE KEYS */;
|
||||
UNLOCK TABLES;
|
||||
|
||||
--
|
||||
-- Table structure for table `item_text`
|
||||
|
||||
Reference in New Issue
Block a user