diff --git a/src/server/scripts/Commands/cs_tele.cpp b/src/server/scripts/Commands/cs_tele.cpp index 50301cacc..0fc32d522 100644 --- a/src/server/scripts/Commands/cs_tele.cpp +++ b/src/server/scripts/Commands/cs_tele.cpp @@ -119,7 +119,6 @@ public: { if (target) target->TeleportTo(target->m_homebindMapId, target->m_homebindX, target->m_homebindY, target->m_homebindZ, target->GetOrientation()); - /* xinef: optimization, not needed function else { PreparedStatement* stmt = CharacterDatabase.GetPreparedStatement(CHAR_SEL_CHAR_HOMEBIND); @@ -137,7 +136,7 @@ public: Player::SavePositionInDB(mapId, posX, posY, posZ, 0, zoneId, target_guid); } - }*/ + } return true; }