Little sql improvement.

--HG--
branch : trunk
This commit is contained in:
teacher
2010-03-19 14:21:21 +01:00
parent 1146c59f66
commit 9d5049da94
3 changed files with 10 additions and 2 deletions

View File

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

View File

@@ -1,2 +1 @@
UPDATE `creature_template` SET `ScriptName`= 'npc_seaforium_depth_charge' WHERE `entry`=25401;

View File

@@ -11,4 +11,4 @@ DROP COLUMN `paidItem_4`,
DROP COLUMN `paidItemCount_4`,
DROP COLUMN `paidItem_5`,
DROP COLUMN `paidItemCount_5`,
ADD COLUMN `paidExtendedCost` int(11) unsigned NOT NULL DEFAULT '0';
ADD COLUMN `paidExtendedCost` int(11) unsigned NOT NULL DEFAULT '0';