diff options
| author | Spp <spp@jorge.gr> | 2011-09-29 09:32:55 +0200 |
|---|---|---|
| committer | Spp <spp@jorge.gr> | 2011-09-29 09:32:55 +0200 |
| commit | 9e517c963b8769d152b408a1e82e5fda907b5417 (patch) | |
| tree | d4aa902b766064d69d7530382799d48714fa10ae /src/server/scripts/Commands | |
| parent | b492e5e38f0a1c9f55e295c7a75bfe57fe2b7a2b (diff) | |
Cosmetic: Replace "* )" with "*)" and "* /*" with "* /*"
Diffstat (limited to 'src/server/scripts/Commands')
| -rw-r--r-- | src/server/scripts/Commands/cs_modify.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/scripts/Commands/cs_modify.cpp b/src/server/scripts/Commands/cs_modify.cpp index 1951b6cd361..de12746a47b 100644 --- a/src/server/scripts/Commands/cs_modify.cpp +++ b/src/server/scripts/Commands/cs_modify.cpp @@ -441,12 +441,12 @@ public: else if (target->ToCreature()->isPet()) { Unit* owner = target->GetOwner(); - if (owner && owner->GetTypeId() == TYPEID_PLAYER && ((Pet* )target)->IsPermanentPetFor(owner->ToPlayer())) + if (owner && owner->GetTypeId() == TYPEID_PLAYER && ((Pet*)target)->IsPermanentPetFor(owner->ToPlayer())) { // check online security if (handler->HasLowerSecurity(owner->ToPlayer(), 0)) return false; - ((Pet* )target)->SetFreeTalentPoints(tp); + ((Pet*)target)->SetFreeTalentPoints(tp); owner->ToPlayer()->SendTalentsInfoData(true); return true; } |
