First commit
This commit is contained in:
7
app/SabrehavenServer/data/lib/core/vocation.lua
Normal file
7
app/SabrehavenServer/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