mirror of
https://github.com/EQEmu/Server.git
synced 2026-04-06 20:32:27 +00:00
Remove trailing whitespace
This commit is contained in:
parent
7a93966158
commit
ffcff4aea1
@ -82,4 +82,3 @@ MARK_AS_ADVANCED(
|
|||||||
MySQL_LIBRARY_RELEASE
|
MySQL_LIBRARY_RELEASE
|
||||||
MySQL_INCLUDE_DIR
|
MySQL_INCLUDE_DIR
|
||||||
)
|
)
|
||||||
|
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
Before Width: | Height: | Size: 673 B After Width: | Height: | Size: 665 B |
@ -2339,8 +2339,8 @@ bool Client::CheckIncreaseSkill(SkillType skillid, Mob *against_who, int chancem
|
|||||||
|
|
||||||
if(against_who)
|
if(against_who)
|
||||||
{
|
{
|
||||||
if( against_who->SpecAttacks[IMMUNE_AGGRO] || against_who->IsClient() ||
|
if(against_who->SpecAttacks[IMMUNE_AGGRO] || against_who->IsClient() ||
|
||||||
GetLevelCon(against_who->GetLevel()) == CON_GREEN )
|
GetLevelCon(against_who->GetLevel()) == CON_GREEN)
|
||||||
{
|
{
|
||||||
//false by default
|
//false by default
|
||||||
return mod_can_increase_skill(skillid, against_who);
|
return mod_can_increase_skill(skillid, against_who);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user