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

Fix some canvas outlink data was not found #142

Merged
merged 1 commit into from
Sep 26, 2021

Conversation

taida957789
Copy link
Contributor

In multi parts wz file

The outlink of canvas is only contains wz file name without the numbers.

e.g.
Mob001.wz/8800103.img/8800103.png has an outlink to "Mob/8800141.img/8800141.png"

It should be dereferenced with "Mob001.wz/8800141.img/8800141.png"

@taida957789
Copy link
Contributor Author

Before
image

It get nulled outlink canvas before

image

After this fix, the canvas was showing properly.

@lastbattle
Copy link
Owner

lastbattle commented Sep 26, 2021

Given the way that it is structured, I'm guessing that it might also point to a different WZ file (i.e NPC.wz instead of Mob.wz).
However, I'll just merge this for now. As always, thank you!

@lastbattle lastbattle merged commit 93b0768 into lastbattle:master Sep 26, 2021
lastbattle added a commit that referenced this pull request Sep 26, 2021
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

Successfully merging this pull request may close these issues.

2 participants