Merge pull request #7828 from deathbeam/fix-item-comp-cache

Reset item composition cache on menu shift-click change
This commit is contained in:
Tomas Slusny
2019-02-15 07:56:49 +00:00
committed by GitHub
4 changed files with 43 additions and 2 deletions

View File

@@ -1574,4 +1574,9 @@ public interface Client extends GameEngine
* Sets if a widget is in target mode
*/
void setSpellSelected(boolean selected);
/**
* Returns client item composition cache
*/
NodeCache getItemCompositionCache();
}