mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-10-16 07:14:55 +02: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