Advertisement
Rochet2

Untitled

Mar 20th, 2014
274
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.     if (intid == 25) then
  2.         pPlayer:DismissPet()
  3.         local pet = pUnit:SpawnCreature(1513, pUnit:GetX(), pUnit:GetY(), pUnit:GetZ(), pUnit:GetO(), 0, 0, 35, 0, 0)
  4.         if(pet) then
  5.             pet:SetPetOwner(pPlayer)
  6.         end
  7.         pPlayer:GossipComplete()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement