WoWInterface SVN mikma

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /Lost
    from Rev 264 to Rev 267
    Reverse comparison

Rev 264 → Rev 267

Lost.lua
10,8 → 10,7
table.sort(LostDB[GetRealmName()],function(a,b) return a[1]<b[1] end)
f:UnregisterEvent("PLAYER_ENTERING_WORLD")
 
local brokertext = "Lost?"
WhereamI = LibStub("LibDataBroker-1.1"):NewDataObject(brokertext, {
WhereamI = LibStub("LibDataBroker-1.1"):NewDataObject("Lost", {
type = "data source",
text = "Lost?",
icon = "Interface\\Icons\\INV_Misc_QuestionMark",