Johncorex / otg-premium-version

A free and open-source MMORPG server emulator written in C++ Copyright (C) 2020 Mark Samman
GNU General Public License v2.0
36 stars 38 forks source link

(fix/#58): bypass setStorageValue fn without storage value #91

Open eltonbrayner opened 10 months ago

eltonbrayner commented 10 months ago

Issue #58 Function clearForgotten with storage params required. But, any time, call this function without storage params.

clearFogotten function image

Any functions without storage on params (scenarios WITH errors on prompt) image

Function with all params filled (scenarios WITHOUT errors on prompt) image