mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-04-30 09:39:20 +02:00
12 lines
216 B
Lua
12 lines
216 B
Lua
function Creature:onChangeOutfit(outfit)
|
|
return true
|
|
end
|
|
|
|
function Creature:onAreaCombat(tile, isAggressive)
|
|
return RETURNVALUE_NOERROR
|
|
end
|
|
|
|
function Creature:onTargetCombat(target)
|
|
return RETURNVALUE_NOERROR
|
|
end
|