Ketho / vscode-wow-api

VS Code extension for World of Warcraft AddOns
https://marketplace.visualstudio.com/items?itemName=ketho.wow-api
MIT License
154 stars 33 forks source link

[2/3] monkey-patch PetConsts correctly #168

Closed Manbeardo closed 3 weeks ago

Manbeardo commented 3 weeks ago

LuaScripts/main.lua is failing to run because the fixes for the missing PetConsts values doesn't work with the current set of downloaded files.

This diff fixes the monkey-patching by:

After this fix, I was able to successfully run LuaScripts/main.lua and the results of that run are the next diff in this stack.

Stack created with Sapling. Best reviewed with ReviewStack.