CRLF to LF

Seriously....
This commit is contained in:
DDuarte
2015-07-10 20:16:55 +01:00
parent a6f7bb029c
commit 57091cc5f1
19 changed files with 77574 additions and 77574 deletions
@@ -1757,9 +1757,9 @@ void GameObject::Use(Unit* user)
return;
}
if (Player* player = user->ToPlayer())
sOutdoorPvPMgr->HandleCustomSpell(player, spellId, this);
if (Player* player = user->ToPlayer())
sOutdoorPvPMgr->HandleCustomSpell(player, spellId, this);
if (spellCaster)
spellCaster->CastSpell(user, spellInfo, triggered);
else