shirsig / Mail

Vanilla WoW Mail AddOn. IMPORTANT: The folder name must be "Mail".
57 stars 17 forks source link

Some errors #24

Closed 0vertime closed 7 years ago

0vertime commented 7 years ago

Error: attempt to index global `postalHorizontalBarLeft' (a nil value) File: Interface\AddOns\Postal\postal.lua Line: 288 Count: 10

Error: attempt to index global `postalMailButton' (a nil value) File: Interface\AddOns\Postal\postal.lua Line: 527 Count: 5

Error: attempt to index global `postalMailButton' (a nil value) File: Interface\AddOns\Postal\postal.lua Line: 625 Count: 4

shirsig commented 7 years ago

maybe a conflict with moveanything or you didn't update properly (windows case insensitivity issue)

0vertime commented 7 years ago

Seems that the issue was caused by pulling from git with TortoiseGit.

shirsig commented 7 years ago

guess that would happen with git in general. I don't think it updates case-changes in file names on windows.