azerothcore / mod-eluna-lua-engine

DEPRECATED

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Updating sub module no longer possible

55Honey opened this issue · comments

Usually, one could enter the LuaScript directory and use git pull inside it when updating the module.
Currently, now in the ../src/LuaScript/ directory, this causes

$ git pull
Already up to date.

Only deleting the module, cloning again and using git submodule update --init seems to work now.

Is it the intended procedure now? Or is it possible to change a path pointer to get this to be working again?