diff options
author | megamage <none@none> | 2009-02-04 10:33:18 -0600 |
---|---|---|
committer | megamage <none@none> | 2009-02-04 10:33:18 -0600 |
commit | 4d008f2043084b72fb9d4a9929ff2793c7bbd8ee (patch) | |
tree | 13e4adc5b3dae7f3c1805c95e940d785535375af /src/game/TicketMgr.cpp | |
parent | edbfb386ce87f918da8e11e843d7b5a227e5328d (diff) |
Replace tabs with spaces, and fix crlf issues
--HG--
branch : trunk
Diffstat (limited to 'src/game/TicketMgr.cpp')
-rw-r--r-- | src/game/TicketMgr.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/game/TicketMgr.cpp b/src/game/TicketMgr.cpp index 111e1ed27ad..571a872ac2b 100644 --- a/src/game/TicketMgr.cpp +++ b/src/game/TicketMgr.cpp @@ -1,7 +1,7 @@ /* - * Copyright (C) 2005-2008 MaNGOS + * Copyright (C) 2005-2008 MaNGOS * - * Copyright (C) 2008 Trinity + * Copyright (C) 2008 Trinity * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -63,7 +63,7 @@ GM_Ticket* TicketMgr::GetGMTicketByName(const char* name) Player *plr = objmgr.GetPlayer(pname.c_str()); if(!plr) return NULL; - + uint64 playerGuid = plr->GetGUID(); for(GmTicketList::iterator i = GM_TicketList.begin(); i != GM_TicketList.end();) @@ -184,7 +184,7 @@ void TicketMgr::SaveGMTicket(GM_Ticket* ticket) CharacterDatabase.BeginTransaction(); CharacterDatabase.Execute(ss.str().c_str()); CharacterDatabase.CommitTransaction(); - + } void TicketMgr::UpdateGMTicket(GM_Ticket *ticket) |