Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Guild Storage Issue #212

Closed
ryantaplin opened this issue Nov 9, 2016 · 1 comment
Closed

Guild Storage Issue #212

ryantaplin opened this issue Nov 9, 2016 · 1 comment

Comments

@ryantaplin
Copy link
Contributor

Items not loading when opening guild storage.

http://www.lomcn.org/forum/showthread.php?95212-Taget-slot-not-empty&p=1046656&posted=1#post1046656

@ryantaplin
Copy link
Contributor Author

ryantaplin commented Nov 9, 2016

@Suprcode

This piece of code used to retreive storage list however I can't find anywhere in the solution a reference to the boolean being set other than when it is initialised. Does this mean this is causing the issue? It's odd because I had this issue before (the storage not loading properly) and I no longer get it. So I get the impression it must be getting set somewhere but I don't know where.

                case 2:
                    StoragePage.Visible = true;
                    StorageButton.Index = 106;
                    if (!StorageRequested)
                        Network.Enqueue(new C.GuildStorageItemChange() { Type = 3 });
                    break;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant