Pages/Quest

* added map to quest detail page
 * some minor issues rooted in weired loot templates remain
This commit is contained in:
Sarjuuk
2017-03-12 05:05:45 +01:00
parent 849872d181
commit 8b9854804b
10 changed files with 424 additions and 54 deletions

View File

@@ -1965,7 +1965,7 @@ DROP TABLE IF EXISTS `aowow_spawns`;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `aowow_spawns` (
`guid` int(11) NOT NULL COMMENT '< 0: vehicle accessory',
`type` tinyint(3) unsigned NOT NULL,
`type` smallint(5) unsigned NOT NULL,
`typeId` int(10) unsigned NOT NULL,
`respawn` int(10) unsigned NOT NULL COMMENT 'in seconds',
`spawnMask` tinyint(3) unsigned NOT NULL,