55Honey / Acore_LevelUpReward

LUA script for Azerothcore with ElunaLUA to reward players for reaching certain levels. Now with playercounter for official ranks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bug when Config_ItemAmount[x] is nil

vitsumoc opened this issue · comments

SendMail(Config_mailSubject2, "Hello "..playerName..Config_mailText2A..playerCounterStr..Config_mailText2B..currentLevelStr..Config_mailText2C, playerGUID, Config_senderGUID, Config_mailStationery, 0, Config_Gold[oldLevel + 1],0,Config_ItemId[oldLevel + 1], Config_ItemAmount[oldLevel + 1])

last param shold be "itemAmount " but not the "Config_ItemAmount[oldLevel + 1]"

image

Thanks for the report!