devbox ef35de35e5 Playerbot: wire AddonControl::OnSessionLogout on owner logout (fixes .so load)
AddonControl.o was never pulled into the worldserver binary: nothing in the
worldserver link referenced its symbols (OnAddonWhisper is only called from the
scripts module, OnSessionLogout was declared but never called), so -rdynamic
could not export OnAddonWhisper and libscripts_commands.so failed to load with
'undefined symbol'. OnPlayerLogout now calls AddonControl::OnSessionLogout for
real players (its documented purpose), anchoring AddonControl.o into the
worldserver link so both symbols are exported.
2026-08-17 07:48:33 +10:00
S
Description
No description provided
1.1 GiB
Languages
C++ 96.7%
Lua 2.1%
Python 1.1%
CMake 0.1%