1
0
Bifurcation 0

Glad I'm testing... Another programmer headspace error.

Cette révision appartient à :
Nathanial.C.Jones 2011-01-29 21:42:50 +00:00
Parent cc22e05dd4
révision db818d69cf
1 fichiers modifiés avec 1 ajouts et 1 suppressions

Voir le fichier

@ -24,7 +24,7 @@ end
local GetMonsterType
local function OnConfirmBinder(...)
local new_home = unpack(...)
local new_home = ...
if not QHCZ[new_home] then QHCZ[new_home] = {} end
if not QHCZ[new_home].Innkeeper then QHCZ[new_home].Innkeeper = {} end
QHCZ[new_home].Innkeeper.ID = GetMonsterType(UnitName("target"))