Skip to content

Commit

Permalink
Update Feed Pet.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Meridaw committed Jun 21, 2019
1 parent af04336 commit 1ce1c82
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Hunter/Pet/Feed Pet.txt
@@ -1,3 +1,9 @@
Feed Pet (edit Tender Wolf Steak)

/run for b=0,4 do for s=1,GetContainerNumSlots(b,s)do local n=GetContainerItemLink(b,s)if n and (strfind(n,"Tender Wolf Steak"))then PickupContainerItem(b,s)CastSpellByName("Feed Pet")end end end
/run for b=0,4 do for s=1,GetContainerNumSlots(b,s)do local n=GetContainerItemLink(b,s)if n and (strfind(n,"Tender Wolf Steak"))then PickupContainerItem(b,s)CastSpellByName("Feed Pet")end end end



Feed pet whatever is in bag 0 slot 1

/run CastSpellByName("Feed Pet")PickupContainerItem(0,1)

0 comments on commit 1ce1c82

Please sign in to comment.