Originally Posted by
Dark Soul
Database problem, is this the latest DB?
I figured as much. Hm. Ive followed this guide: http://www.mmowned.com/forums/emulat...g-rivaldb.html
I have the RivalDB SVN on my desktop and it has the green arrow. Ive Right Clicked>SVN Updated it just to make sure. Im using revision 230.
I did get this though when I tried to execute 1776_reputation_instance_onkill.sql:
Code:
[Err] 1060 - Duplicate column name 'mob_rep_reward_heroic'
[Err] -- Usable after HS >R1176
ALTER TABLE `reputation_instance_onkill`
ADD COLUMN `mob_rep_reward_heroic` int(30) NOT NULL AFTER `mob_rep_reward`,
ADD COLUMN `mob_rep_limit_heroic` int(30) NOT NULL AFTER `mob_rep_limit`,
ADD COLUMN `boss_rep_reward_heroic` int(30) NOT NULL AFTER `boss_rep_reward`,
ADD COLUMN `boss_rep_limit_heroic` int(30) NOT NULL AFTER `boss_rep_limit`;
[Msg] Finished - Unsuccessfully
--------------------------------------------------