mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-06-02 13:12:45 -04:00
- src/game/spell_handler.cpp:1795-1799: comment said handleSpellGo clears lastInteractedGoGuid_ 'at line 958'. Verified: handleSpellGo (line 1019) never clears it; the only clears are in inventory_handler.cpp:716 (on SMSG_LOOT_RESPONSE) and game_handler_callbacks.cpp:479. Reworded to point at the real owner. - include/ui/chat_panel.hpp:147-148: 'will migrate to ChatInput in Phase 6' — Phase 6.2/6.6/6.7 shipped without that migration; the fields are still used directly in chat_panel*.cpp (27 references). Reworded so the comment reflects what actually happened. - include/game/game_handler.hpp:1047: KnockBackCallback parameter comment called vcos/vsin 'render-space direction', but the source (camera_controller.cpp:2367-2377) is explicit that they arrive in server/wire space and only happen to also be valid render-space because two coordinate swaps cancel. Updated to match the truth and to call out the vspeed sign convention.