ef35de35e564c4077109c30557ee30cc706e7386
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.
Description
No description provided
1.1 GiB
Languages
C++
96.7%
Lua
2.1%
Python
1.1%
CMake
0.1%