
Originally Posted by
Metalbuster
Hello,
I was using rev354 of antrix and TeranetDB 5 as database. All the quests ware working fine as they should do. But when i update to a newer core (498 now) all the quests are not working anymore. Does someone know how to fix this?
lol ... -> RTFM = Read the fucking manuel :P
Code:
r484 | Burlex | 2007-06-23 16:45:28 +0200 (Sa, 23 Jun 2007) | 15 lines
- Added requested fields to reputation / quest tables. (for rep limits)
Reputation tables format:
CREATE TABLE `reputation_creature_onkill` (
`creature_id` int(30) NOT NULL,
`faction_change_alliance` int(30) NOT NULL,
`faction_change_horde` int(30) NOT NULL,
`change_value` int(30) NOT NULL,
`rep_limit` int(30) NOT NULL,
KEY `index` (`creature_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
Quest update:
alter table quests add RewRepLimit int(11) default 0 not null after RewRepValue2;