View Single Post
12-12-18, 05:18 PM   #2
Kanegasi
A Molten Giant
 
Kanegasi's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2007
Posts: 666
https://www.townlong-yak.com/framexm...ntation.lua#39
https://www.townlong-yak.com/framexm...LAND_COMPLETED

Lua Code:
  1. Name = "IslandCompleted",
  2. Type = "Event",
  3. LiteralName = "ISLAND_COMPLETED",
  4. Payload =
  5. {
  6.     { Name = "mapID", Type = "number", Nilable = false },
  7.     { Name = "winner", Type = "number", Nilable = false },
  8. },
  Reply With Quote