From 123d55c6adafa863e8d21fc04f50e5b2cd8c03a3 Mon Sep 17 00:00:00 2001 From: "James D. Callahan III" Date: Tue, 8 Mar 2011 00:27:25 -0600 Subject: [PATCH] Setting/updating the player's professions would, ideally, require a function call. --- core.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/core.lua b/core.lua index 8f38901..a9d484c 100644 --- a/core.lua +++ b/core.lua @@ -1024,6 +1024,7 @@ do return end local player = private.Player + player:SetProfessions() -- Set the current profession level, and update the cached data. private.current_profession_scanlevel = prof_level -- 1.7.9.5