1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-09-27 23:10:33 +02:00

fix wrong stamina value of wizard class

This commit is contained in:
crabman77 2017-04-08 19:05:58 +02:00 committed by LeMagnesium
parent ee58c4930f
commit 126ce0d7e4

View File

@ -20,7 +20,7 @@ pclasses.api.register_class("wizard", {
mana.setmax(pname, mana.getmax(pname)-100)
end,
on_update = function(pname)
local staminavalue = 30
local staminavalue = 10
local manavalue = 200
sprint.set_maxstamina(pname, staminavalue)
mana.setmax(pname, manavalue)