Skip to content

Instantly share code, notes, and snippets.

@kemayo
Created November 19, 2014 20:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kemayo/fed0ce81a77d8d7f2d2c to your computer and use it in GitHub Desktop.
Save kemayo/fed0ce81a77d8d7f2d2c to your computer and use it in GitHub Desktop.
function crash_wow()
local model = CreateFrame("PlayerModel")
model:SetWidth(300)
model:SetHeight(300)
model:SetPoint("CENTER", WorldFrame)
model:SetCreature(83008)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment