Skip to content

Commit

Permalink
fixed housing
Browse files Browse the repository at this point in the history
  • Loading branch information
coding-red-panda committed Sep 29, 2015
1 parent 4ff1bde commit ae48494
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Generalist.lua
Original file line number Diff line number Diff line change
Expand Up @@ -821,7 +821,7 @@ function Generalist:GetCharDecor()
-- Loop through it.
for _,tItem in ipairs(tDecor) do

local name = tItem.strName
local name = tItem:GetName()

if theDecor[name] == nil then
theDecor[name] = {}
Expand Down
2 changes: 1 addition & 1 deletion toc.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<Addon Author="Olivar Nax" APIVersion="11" Name="GeneralistEx" Description="A handy tool for managing alternate characters." Version="2.0.0">
<Addon Author="Olivar Nax" APIVersion="11" Name="GeneralistEx" Description="A handy tool for managing alternate characters." Version="2.0.1">
<Script Name="Generalist.lua"/>
<Form Name="Generalist.xml"/>
</Addon>

0 comments on commit ae48494

Please sign in to comment.