Thread Tools Display Modes
10-28-12, 05:32 AM   #1
Creepy666
A Murloc Raider
Join Date: Sep 2010
Posts: 9
Warehouse/Monks

Monks can not be collapsed at the left side of the warehouse window, because they have no click-icon (empty space).


Anyway, my very thanks to Rythal for continuing Carbonite! Thumbs up!
 
10-28-12, 09:04 AM   #2
tinyu
A Molten Giant
 
tinyu's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2006
Posts: 837
open up NxWarehouse.lua in your favourite text editor (i suggest notepad++) and scroll down a bit and you will see

Code:
self.ClassIcons = {
		["Druid"] = "Ability_Druid_Maul",
		["Hunter"] = "INV_Weapon_Bow_07",
		["Mage"] = "INV_Staff_13",
		["Paladin"] = "INV_Hammer_01",
		["Priest"] = "INV_Staff_30",
		["Rogue"] = "INV_ThrowingKnife_04",
		["Shaman"] = "Spell_Nature_BloodLust",
		["Warlock"] = "Spell_Nature_FaerieFire",
		["Warrior"] = "INV_Sword_27",
		["Death Knight"] = "Spell_Deathknight_ClassIcon",
	}
change it to

Code:
self.ClassIcons = {
		["Druid"] = "Ability_Druid_Maul",
		["Hunter"] = "INV_Weapon_Bow_07",
		["Mage"] = "INV_Staff_13",
		["Paladin"] = "INV_Hammer_01",
		["Priest"] = "INV_Staff_30",
		["Rogue"] = "INV_ThrowingKnife_04",
		["Shaman"] = "Spell_Nature_BloodLust",
		["Warlock"] = "Spell_Nature_FaerieFire",
		["Warrior"] = "INV_Sword_27",
		["Death Knight"] = "Spell_Deathknight_ClassIcon",
		["Monk"] = "class_monk",
	}
save and test.
__________________
"There's no such thing as too many addons."
Lothaer
Titan Dev Team Member.
 
10-29-12, 12:36 AM   #3
KrysEmlyn
A Fallenroot Satyr
Join Date: Nov 2011
Posts: 28
I can verify that the above code does work. I fixed this in my local install of Carbonite earlier today.
 
 

WoWInterface » Featured Projects » Carbonite » Carbonite Archive » Warehouse/Monks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off