It shouldn't, as the code would just look up the r_idx of the monster in LOS and return the details of the maiar which has replaced the original angel.
I think d_m is right and the lib/ path is ending up with an old monster.txt from before the change.
@Napsterbater: you're building this yourself, right? Since the nightlies are only published as pre-built for Windows and OSX, you must be compiling from source on Ubuntu. So how are you compiling it? Presumably something like
./autogen.sh
./configure --with-some-options
make
make install
?
I think the problem is quite likely to be the interaction of your configure options with your previous install. It's also possible that you fell foul of a bug that I committed which broke the buildsystem on Linux (especially if you use --enable-setgid).
I think d_m is right and the lib/ path is ending up with an old monster.txt from before the change.
@Napsterbater: you're building this yourself, right? Since the nightlies are only published as pre-built for Windows and OSX, you must be compiling from source on Ubuntu. So how are you compiling it? Presumably something like
./autogen.sh
./configure --with-some-options
make
make install
?
I think the problem is quite likely to be the interaction of your configure options with your previous install. It's also possible that you fell foul of a bug that I committed which broke the buildsystem on Linux (especially if you use --enable-setgid).
Comment