Experienced Elementalist
- Joined
- Mar 16, 2019
- Messages
- 210
- Reaction score
- 64
Hello my friends, I wanted to know what the function of this symbol is inside databasesave.cpp
in function : void CDbManager::SaveOneItem( CItemElem* pItemElem, PItemStruct pItemStruct )
I'm adding the weapon level to soulseller so I want to know what it's for, if it has a line break function because without the "/" before the weapon level function it doesn't compile, it gives an error, I'm sorry if I'm being ignorant or very dumb, but searching on the internet I saw that there is a division function but only the / without the ""
Thanks in advance
in function : void CDbManager::SaveOneItem( CItemElem* pItemElem, PItemStruct pItemStruct )
I'm adding the weapon level to soulseller so I want to know what it's for, if it has a line break function because without the "/" before the weapon level function it doesn't compile, it gives an error, I'm sorry if I'm being ignorant or very dumb, but searching on the internet I saw that there is a division function but only the / without the ""
Thanks in advance

