chore(core): Remove malformed whitespace (#4248)

This commit is contained in:
Kitzunu 2021-01-10 18:20:45 +01:00 committed by GitHub
parent da4edd547d
commit b0aff365a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 1 additions and 8 deletions

View file

@ -388,7 +388,6 @@ public:
}
}
};
};
//Scarlet courier

View file

@ -562,7 +562,6 @@ public:
class boss_alyson_antille : public CreatureScript
{
public:
boss_alyson_antille()
: CreatureScript("boss_alyson_antille")
{

View file

@ -751,7 +751,6 @@ public:
}
void UpdateAI(uint32 diff) override
{
if (!UpdateVictim())
return;