azerothcore / mod-eluna-lua-engine

DEPRECATED

Home Page:https://www.azerothcore.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error in MapMethods.h when compiling core

zanzaqtlol opened this issue · comments

I updated my core to the latest version of Azeroth core, but after updating when I went to compile an error occurred in MapMethods.h in Lua.Engine, below is the image of the error:

image

Error compile

image

you need to update your eluna version to latest

if you need to update Eluna to the latest version, you can cd LuaEngine and run git pull from there.

you need to update your eluna version to latest

if you need to update Eluna to the latest version, you can cd LuaEngine and run git pull from there.

you closed the topic but I updated to the latest version and the error MapMethods.h continues!

Based on the code in the error message and the file lines you are using an old version.
Where from or how did you get Eluna?
How are you updating it to latest version?

Based on the code in the error message and the file lines you are using an old version.
Where from or how did you get Eluna?
How are you updating it to latest version?

I'm updating in pull, by Git Extensions>Pull
image

you need to update your eluna version to latest

Try the following console commands (in cmd or git bash) while the console is in the mod-eluna-lua-engine folder.
This shows us the current remote and branch information. It could be that they point to the wrong location.

git remote -vvvvv
git branch -vvvvv