[11049] Fix mangos and SD2 compilation after commits [11045] and [11047].

Signed-off-by: Ambal <pogrebniak@gala.net>
This commit is contained in:
Ambal 2011-01-19 23:50:27 +02:00
parent 0941a3f851
commit 4ddedf0804
7 changed files with 15 additions and 5 deletions

View file

@ -385,7 +385,7 @@ void Pet::SavePetToDB(PetSaveMode mode)
_SaveSpells();
_SaveSpellCooldowns();
_SaveAuras();
CharacterDatabase.CommitTransaction;
CharacterDatabase.CommitTransaction();
uint32 ownerLow = GetOwnerGuid().GetCounter();
std::string name = m_name;