call this 2.0.4

This commit is contained in:
sapier 2013-02-04 08:08:17 +00:00
parent d34185ca5e
commit a61e82be06
2 changed files with 4 additions and 1 deletions

View File

@ -157,6 +157,9 @@ mobf_delete_disabled_mobs = true/false
Changelog:
-------------------------------------------------------------------------------
Changes 2.0.4
-fixed bug trader selling without pay if price1 or price 2 not set
Changes 2.0.3
-fixed crash on typical state time not available
-fixed bug mob_slime typical state time not set

View File

@ -81,7 +81,7 @@ dofile (mobf_modpath .. "/mgen_rasterized/mgen_raster.lua")
dofile (mobf_modpath .. "/mgen_jordan4ibanez/mgen_jordan4ibanez.lua")
dofile (mobf_modpath .. "/mov_gen_none.lua")
mobf_version = "2.0.3"
mobf_version = "2.0.4"
--! @brief define tools used for more than one mob
function mobf_init_basic_tools()