mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-04-02 03:33:51 +00:00
- isPreWotlk() was calling itself instead of checking expansion (infinite recursion) - luaReturnNil/Zero/False were calling themselves instead of pushing Lua values - hasRemaining(N) * M had wrong operator precedence (should be hasRemaining(N * M)) - Misleading indentation in PARTY_LEADER_CHANGED handler (fireAddonEvent always fires) - Remove unused standalone hasFullPackedGuid() (superseded by Packet method) - Suppress unused-parameter warnings in fish/cancel-auto-repeat lambdas - Remove unused settings default variables |
||
|---|---|---|
| .. | ||
| addon_manager.cpp | ||
| lua_engine.cpp | ||
| toc_parser.cpp | ||