WoW Raid Manager Defect Tracking System
Mantis Bugtracker

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0000063 [WoW Raid Manager (WRM)] Database Error tweak always 2008-11-14 09:44 2009-01-27 13:52
Reporter crocodille View Status public  
Assigned To douglasw
Priority normal Resolution open  
Status assigned   Product Version HEAD
Summary 0000063: Hunter icon not displayed in raid view
Description This is due to a wrong entry in the database. Can be fixed by updating the *column_headers table with
UPDATE [databasename].[wrmprefix]column_headers SET img_url = "images/classes/hunter_icon.gif" WHERE column_name = "Hunter";

Also the database creation script (install/database_schema/install/install.sql) has to be changed in line 62 from
VALUES (NULL , 'raids1', 'Hunter', '1', '9', 'images/classes/hunter.gif');
to
VALUES (NULL , 'raids1', 'Hunter', '1', '9', 'images/classes/hunter_icon.gif');

Patch file is attached and can be applied to the tree with "git am patchfile"
Additional Information
Tags No tags attached.
Attached Files ? file icon hunter_icon_fix.patch [^] (1,454 bytes) 2008-11-14 09:44

- Relationships

There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
2008-11-14 09:44 crocodille New Issue
2008-11-14 09:44 crocodille File Added: hunter_icon_fix.patch
2009-01-27 13:51 douglasw Assigned To => douglasw
2009-01-27 13:51 douglasw Status new => assigned
2009-01-27 13:52 douglasw Target Version => 4.0


Copyright © 2000 - 2008 Mantis Group
Powered by Mantis Bugtracker