1. Hi guys, I notice that the reference to the guid found here is the pre-patch 6.0.2 one. The format changed dramatically with the latest patch.

    The new version is a string where all the identifiers are separated by "-" like so:

     local type, zero, server_id, instance_id, zone_uid, npc_id, spawn_uid = strsplit("-",guid)
    

    What's the protocol to update the reference here? I don't mind doing the first draft.