[DiscordArchive] How exactly does it not work?
[DiscordArchive] How exactly does it not work?
Archived author: Thanathros • Posted: 2021-11-15T09:25:27.641000+00:00
Original source
How exactly does it not work?
Archived author: Thanathros • Posted: 2021-11-15T09:27:04.050000+00:00
Original source
Also
I'd reduce to this:
```
float Unit::CalculateSpellpowerCoefficientLevelPenalty(SpellInfo const* spellInfo) const
{
return 1.0f;
}
```
Archived author: セーラム • Posted: 2021-11-15T09:28:31.164000+00:00
Original source
Well. I did not build it yet, but brings me up error during the compile.
Archived author: Thanathros • Posted: 2021-11-15T09:30:48.469000+00:00
Original source
soooooo
Archived author: Thanathros • Posted: 2021-11-15T09:30:56.701000+00:00
Original source
What is the error? 
Archived author: セーラム • Posted: 2021-11-15T09:31:46.223000+00:00
Original source
server/game/Entities/Unit/Unit.cpp:2342:1: fatal error: function definition is not allowed here
Archived author: Thanathros • Posted: 2021-11-15T09:32:00.179000+00:00
Original source
Ah
Archived author: Thanathros • Posted: 2021-11-15T09:33:09.868000+00:00
Original source
Ahhh yeah.
remove the /**/. We'd have to add that to the header. Otherwise should be good. It'll print a warning tho, but should be fine.
Archived author: Dep • Posted: 2021-11-15T09:33:42.404000+00:00
Original source
how did you write that commment inline in to the arguments hahah
Archived author: Thanathros • Posted: 2021-11-15T09:34:23.170000+00:00
Original source
I vaguely remember something there if they are no longer used