Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Register
Advertisement

Drops an item from the cursor onto a unit, i.e. to initiate a trade.

DropItemOnUnit(unit)

Parameters[]

Arguments[]

unit
string : UnitId - Unit to which you want to give the item on the cursor.

Example[]

if ( CursorHasItem() ) then
  DropItemOnUnit("pet");
end;

Result[]

Item is dropped from cursor and given to the player's pet.

Advertisement