🐛 [Bug] Loot log file and LevelUp log file are wrongly named in code · Issue #2982 · vmangos/core · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uh oh!
There was an error while loading. Please reload this page.
🐛 Bug report
Loot.txt
andLevelUp.txt
logs are always generated from this commit because the token names in the code are wrong:LogFile.Loot
LogFile.LevelUp
Code change:
89e918e#diff-93eef7c860a081602c2a653fabf9e763c4384496c22aeb72cb110c0ff2d03991R109
Expected behavior
If you set
LogFile.Loot = ""
orLogFile.LevelUp = "
the log should not be generated.Steps to reproduce
LogFile.Loot = ""
Affected Commit Hash:
(89e918e#diff-93eef7c860a081602c2a653fabf9e763c4384496c22aeb72cb110c0ff2d03991R109)
Thanks for your great work, if you want I could prepare a PR to fix it 👍
The text was updated successfully, but these errors were encountered: