[DiscordArchive] <@!172448917114322944> show me your code change by Messsage private ?
[DiscordArchive] <@!172448917114322944> show me your code change by Messsage private ?
Archived author: Encargado TI. • Posted: 2020-07-03T21:24:44.416000+00:00
Original source
<@!172448917114322944> show me your code change by Messsage private ?
Archived author: Encargado TI. • Posted: 2020-07-03T21:24:57.967000+00:00
Original source
work fine for me
Archived author: Vale the Violet Mote • Posted: 2020-07-03T21:25:00.226000+00:00
Original source
I've not made any code changes
tring of the function GetFieldName(uint32 index) of ResultSet
Archived author: Encargado TI. • Posted: 2020-07-03T21:25:15.622000+00:00
Original source
Change return type from char* into std:
tring of the function GetFieldName(uint32 index) of ResultSet
Archived author: Encargado TI. • Posted: 2020-07-03T21:26:18.893000+00:00
Original source
in function:
#ifdef ELUNA
char* ResultSet::GetFieldName(uint32 index) const
{
ASSERT(index < _fieldCount);
return _fields[index].name;
}
#endif
Archived author: Vale the Violet Mote • Posted: 2020-07-03T21:26:32.347000+00:00
Original source
this is all I've done:
```
git clone https://github.com/azerothcore/azerothcore-wotlk.git
cd /azerothcore-wotlk/modules && git clone --recurse-submodules https://github.com/azerothcore/mod-eluna-lua-engine.git
cd ../
./bin/acore-docker-build
```
Archived author: Vale the Violet Mote • Posted: 2020-07-03T21:28:21.279000+00:00
Original source
hm, if cmake was done on a different stage of the docker build
Archived author: Vale the Violet Mote • Posted: 2020-07-03T21:28:25.623000+00:00
Original source
then it doesn't have the Eluna flag
Archived author: Vale the Violet Mote • Posted: 2020-07-03T21:28:29.422000+00:00
Original source
so that'd kill it
Archived author: Vale the Violet Mote • Posted: 2020-07-03T21:28:34.117000+00:00
Original source
gonna force docker to build fresh