WoWInterface SVN mikma

Compare Revisions

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

Rev 267 → Rev 264

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