Files
wow_Meta/api/AcceptTrade.lua
2024-12-16 13:13:08 +01:00

4 lines
235 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---Accepts a proposed trade. Once both players have accepted, the trade process completes and the actual exchange of items/money/enchants takes place.
function AcceptTrade() end