diff --git a/data/npclib/npc_system/modules.lua b/data/npclib/npc_system/modules.lua index 896fba8eccd..c8f2847c84f 100644 --- a/data/npclib/npc_system/modules.lua +++ b/data/npclib/npc_system/modules.lua @@ -106,6 +106,7 @@ if Modules == nil then else npcHandler:say(parameters.text, npc, player) player:setVocation(promotion) + player:kv():set("promoted", true) end else npcHandler:say("You need a premium account in order to get promoted.", npc, player)