Files
wow_Meta/api/AcceptTrade.lua
2025-05-04 14:35:26 +02:00

5 lines
236 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