Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Canary NPC example addModule missing parameters (opentibiabr#842)
Now the NPCs are displayed correctly and everything appears to be functional. Previously, they were not working in Ghost mode and this is what they looked like. If you have custom NPCs like I do, and created them some time ago, you may need to update them to function correctly. Change "npcHandler:addModule(FocusModule:new())" to "npcHandler:addModule(FocusModule:new(), npcConfig.name, true, true, true)"
- Loading branch information