Lua SetModel
Description
Sets the Model ID of the Unit to a different Model ID (Display ID).
Usage/Example
function Example_Change(Unit, event)
Unit:SetModel(1337)
end
Sets the Model ID of the Unit to a different Model ID (Display ID).
function Example_Change(Unit, event)
Unit:SetModel(1337)
end