mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-11-30 08:06:51 +01:00
introduce changes from streamside fork
This commit is contained in:
7
data/lib/core/vocation.lua
Normal file
7
data/lib/core/vocation.lua
Normal file
@@ -0,0 +1,7 @@
|
||||
function Vocation.getBase(self)
|
||||
local base = self
|
||||
while base:getDemotion() do
|
||||
base = base:getDemotion()
|
||||
end
|
||||
return base
|
||||
end
|
||||
Reference in New Issue
Block a user