From 03365e9a573667f5485f44642b47b05473094474 Mon Sep 17 00:00:00 2001 From: leak Date: Thu, 28 Apr 2011 22:34:40 +0200 Subject: Core/ObjectMgr: Refactor sEquipmentStorage --- sql/base/world_database.sql | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sql/base/world_database.sql') diff --git a/sql/base/world_database.sql b/sql/base/world_database.sql index 835642bf041..0ca95fb2ab4 100644 --- a/sql/base/world_database.sql +++ b/sql/base/world_database.sql @@ -1416,9 +1416,9 @@ DROP TABLE IF EXISTS `creature_equip_template`; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `creature_equip_template` ( `entry` mediumint(8) unsigned NOT NULL DEFAULT '0' COMMENT 'Unique entry', - `equipentry1` mediumint(8) unsigned NOT NULL DEFAULT '0', - `equipentry2` mediumint(8) unsigned NOT NULL DEFAULT '0', - `equipentry3` mediumint(8) unsigned NOT NULL DEFAULT '0', + `itemEntry1` mediumint(8) unsigned NOT NULL DEFAULT '0', + `itemEntry2` mediumint(8) unsigned NOT NULL DEFAULT '0', + `itemEntry3` mediumint(8) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`entry`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Creature System (Equipment)'; /*!40101 SET character_set_client = @saved_cs_client */; -- cgit v1.2.3