wurstscript / WurstScript

Programming language and toolkit to create Warcraft III Maps
https://wurstlang.org
Apache License 2.0
225 stars 30 forks source link

BlzCreateUnitWithSkin missing in latest patch? #942

Closed jlfarris91 closed 4 years ago

jlfarris91 commented 4 years ago

Turns out that the blizzard.j and common.j files in my _build directory were out of date. I tried to update the project and the wurst compiler via the setup app and neither provided newer files. After manually deleting them and building the map, they were finally replaced with up-to-date versions.

Frotty commented 4 years ago

That's the normal workflow. You can use older common.j files as people do targeting older patches. Overwriting those would make no sense.