I Have found missing Sql Files
2010-04-21 15:05:42 The table `addons` is empty
2010-04-21 15:07:53 SQL: SELECT entry,race,class FROM character_npcbot WHERE owner='1'
2010-04-21 15:07:53 query ERROR: Table 'characters.character_npcbot' doesn't exist
Im Using newest
YTDB_7947_Fun + Ultra Core
Release_7947
Did i need some separete files or is that problem not realy important?
Minion-Bots Works fine, but Player bots does Nothing...
Help Please
Player Bots now Fixit, if any have same Trouble here the FIX
------------------------------
CREATE TABLE IF NOT EXISTS `character_npcbot` (
`owner` int(11) default NULL,
`entry` int(11) default NULL,
`race` tinyint(4) default NULL,
`class` tinyint(4) default NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-------------------------------
need the table "addons"