diff --git a/data/item_template.cpp b/data/item_template.cpp index f51ff6f..bee0baa 100644 --- a/data/item_template.cpp +++ b/data/item_template.cpp @@ -376,7 +376,7 @@ Ref ItemTemplate::create_item_instance() { item.instance(); //todo setup - ERR_EXPLAIN("NOT YET IMPLEMENTED!"); + //ERR_EXPLAIN("NOT YET IMPLEMENTED!"); ERR_FAIL_V(item); return item; diff --git a/entities/entity.cpp b/entities/entity.cpp index 0f3b745..4c9afb8 100644 --- a/entities/entity.cpp +++ b/entities/entity.cpp @@ -2538,7 +2538,7 @@ void Entity::sremove_aura_dispelled(Ref aura) { } void Entity::saura_refreshed(Ref aura) { - ERR_EXPLAIN("NYI"); + //ERR_EXPLAIN("NYI"); ERR_FAIL(); ERR_FAIL_COND(!aura.is_valid()); @@ -2675,7 +2675,7 @@ void Entity::cremove_aura_dispelled(Ref aura) { } void Entity::caura_refreshed(Ref aura) { - ERR_EXPLAIN("NYI"); + //ERR_EXPLAIN("NYI"); ERR_FAIL(); ERR_FAIL_COND(!aura.is_valid());