mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-12-21 00:37:12 +01:00
Fixing field bug and other small stuff
This commit is contained in:
@@ -756,7 +756,7 @@ bool ConditionSoul::setParam(ConditionParam_t param, int32_t value)
|
||||
|
||||
bool ConditionDamage::setParam(ConditionParam_t param, int32_t value)
|
||||
{
|
||||
bool ret = Condition::setParam(param, value);
|
||||
Condition::setParam(param, value);
|
||||
|
||||
switch (param) {
|
||||
case CONDITION_PARAM_OWNER:
|
||||
|
||||
Reference in New Issue
Block a user