mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +00:00
[9779] Drop trailing whitespaces.
This commit is contained in:
parent
d3cc3c2f27
commit
15dd77873e
69 changed files with 23 additions and 81 deletions
|
|
@ -675,7 +675,7 @@ void WorldSession::LoadTutorialsData()
|
|||
QueryResult *result = CharacterDatabase.PQuery("SELECT tut0,tut1,tut2,tut3,tut4,tut5,tut6,tut7 FROM character_tutorial WHERE account = '%u'", GetAccountId());
|
||||
|
||||
if(!result)
|
||||
{
|
||||
{
|
||||
m_tutorialState = TUTORIALDATA_NEW;
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue