From 52b17334a0c53f173807017571750d19fcb9f329 Mon Sep 17 00:00:00 2001 From: Ivan Savenko Date: Fri, 27 Jun 2014 19:13:43 +0300 Subject: [PATCH] Added object for scrolls and hero placeholders. Typo fix --- config/objects/moddables.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/objects/moddables.json b/config/objects/moddables.json index a93481eb5..c1c908c7f 100644 --- a/config/objects/moddables.json +++ b/config/objects/moddables.json @@ -262,11 +262,11 @@ "objectDungeon" : { "index" : 5}, "objectStronghold" : { "index" : 6}, "objectFortress" : { "index" : 7}, - "objectCastle" : { "index" : 8}, + "objectConflux" : { "index" : 8}, } }, // don't have subtypes (at least now), but closely connected to this objects - "spellScroll" : { "index" :93, "handler": "artifact" }, - "heroPlaceholder" : { "index" :214, "handler": "heroPlaceholder" } + "spellScroll" : { "index" :93, "handler": "artifact", "types" : { "object" : { "index" : 0 } } }, + "heroPlaceholder" : { "index" :214, "handler": "heroPlaceholder", "types" : { "object" : { "index" : 0 } } } }