mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Creatures
* flag creatures using creaturedisplayinfoextra.dbc as humanoid
This commit is contained in:
@@ -438,6 +438,7 @@ CREATE TABLE `aowow_creature` (
|
||||
`displayId4` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
||||
`textureString` varchar(50) DEFAULT NULL,
|
||||
`modelId` mediumint(8) NOT NULL,
|
||||
`humanoid` tinyint(1) unsigned NOT NULL DEFAULT '0',
|
||||
`iconString` varchar(50) DEFAULT NULL COMMENT 'first texture of first model for search (up to 11 other skins omitted..)',
|
||||
`name_loc0` varchar(100) NOT NULL DEFAULT '0',
|
||||
`name_loc2` varchar(100) DEFAULT NULL,
|
||||
@@ -2679,7 +2680,7 @@ UNLOCK TABLES;
|
||||
|
||||
LOCK TABLES `aowow_dbversion` WRITE;
|
||||
/*!40000 ALTER TABLE `aowow_dbversion` DISABLE KEYS */;
|
||||
INSERT INTO `aowow_dbversion` VALUES (1490912250,0,NULL,NULL);
|
||||
INSERT INTO `aowow_dbversion` VALUES (1491915060,0,NULL,NULL);
|
||||
/*!40000 ALTER TABLE `aowow_dbversion` ENABLE KEYS */;
|
||||
UNLOCK TABLES;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user