Fix copy paste error, closes https://github.com/ElunaLuaEngine/Eluna/issues/195
This commit is contained in:
@@ -43,7 +43,7 @@ local function DestroyObjData(event, obj)
|
||||
local guid = otype == "Map" and 1 or obj:GetGUIDLow()
|
||||
|
||||
if otype == "Player" then
|
||||
varStore[guid] = nil
|
||||
variableStores[otype][guid] = nil
|
||||
return
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user