View Single Post
12/20/20, 12:04 PM   #15
Sharlikran
 
Sharlikran's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 656
Lua Code:
  1. function MasterMerchant:SetupListener(guildID)
  2.   -- listener
  3.   MasterMerchant.LibHistoireListener[guildID] = LGH:CreateGuildHistoryListener(guildID, GUILD_HISTORY_STORE)

If you remove the [guildID] from there you will have issues. I don't understand what you mean by with it there you have errors. You could have issues other places due to other things. Although I didn't test that code I don't believe.
  Reply With Quote