Merge pull request #7828 from deathbeam/fix-item-comp-cache
Reset item composition cache on menu shift-click change
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user